mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 21:37:35 +00:00
new testcase that broke the new f.e.
llvm-svn: 26826
This commit is contained in:
parent
ee167cb334
commit
fad5f1053f
8
test/Regression/CFrontend/2006-03-17-KnRMismatch.c
Normal file
8
test/Regression/CFrontend/2006-03-17-KnRMismatch.c
Normal file
@ -0,0 +1,8 @@
|
||||
// RUN: %llvmgcc %s -S -o -
|
||||
|
||||
void regnode(int op);
|
||||
|
||||
void regnode(op)
|
||||
char op;
|
||||
{
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user