aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll b/test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll
new file mode 100644
index 0000000000..87eaadc144
--- /dev/null
+++ b/test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll
@@ -0,0 +1,8 @@
+
+
+implementation
+
+void %test() {
+ %X = alloca [4xint]
+ ret void
+}