aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-17 18:01:17 +0000
committerChris Lattner <sabre@nondot.org>2006-03-17 18:01:17 +0000
commitd05c2236531a290908cf26cd3d94b002c94d18c3 (patch)
tree52aa0f75c596665050a05f2e850211cb0b93cf9c /test/CFrontend
parenta165d57dad71b1ef94299615c7889ebfd9831f80 (diff)
downloadexternal_llvm-d05c2236531a290908cf26cd3d94b002c94d18c3.zip
external_llvm-d05c2236531a290908cf26cd3d94b002c94d18c3.tar.gz
external_llvm-d05c2236531a290908cf26cd3d94b002c94d18c3.tar.bz2
new testcase that broke the new f.e.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26826 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CFrontend')
-rw-r--r--test/CFrontend/2006-03-17-KnRMismatch.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/CFrontend/2006-03-17-KnRMismatch.c b/test/CFrontend/2006-03-17-KnRMismatch.c
new file mode 100644
index 0000000..1939112
--- /dev/null
+++ b/test/CFrontend/2006-03-17-KnRMismatch.c
@@ -0,0 +1,8 @@
+// RUN: %llvmgcc %s -S -o -
+
+void regnode(int op);
+
+void regnode(op)
+char op;
+{
+}