aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/CBackend/2002-10-15-OpaqueTypeProblem.ll4
-rw-r--r--test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll4
2 files changed, 8 insertions, 0 deletions
diff --git a/test/CBackend/2002-10-15-OpaqueTypeProblem.ll b/test/CBackend/2002-10-15-OpaqueTypeProblem.ll
new file mode 100644
index 0000000..d20b975
--- /dev/null
+++ b/test/CBackend/2002-10-15-OpaqueTypeProblem.ll
@@ -0,0 +1,4 @@
+struct Comm;
+typedef struct Comm* MPI_Comm;
+MPI_Comm* thing;
+
diff --git a/test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll b/test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll
new file mode 100644
index 0000000..d20b975
--- /dev/null
+++ b/test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll
@@ -0,0 +1,4 @@
+struct Comm;
+typedef struct Comm* MPI_Comm;
+MPI_Comm* thing;
+