From: Chris Lattner Date: Fri, 17 Mar 2006 18:01:17 +0000 (+0000) Subject: new testcase that broke the new f.e. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d05c2236531a290908cf26cd3d94b002c94d18c3;p=oota-llvm.git 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 --- diff --git a/test/CFrontend/2006-03-17-KnRMismatch.c b/test/CFrontend/2006-03-17-KnRMismatch.c new file mode 100644 index 00000000000..19391122fca --- /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; +{ +}