new testcase that broke the new f.e.

llvm-svn: 26826
This commit is contained in:
Chris Lattner 2006-03-17 18:01:17 +00:00
parent ee167cb334
commit fad5f1053f

View File

@ -0,0 +1,8 @@
// RUN: %llvmgcc %s -S -o -
void regnode(int op);
void regnode(op)
char op;
{
}