diff options
Diffstat (limited to 'test/FrontendC/2006-03-17-KnRMismatch.c')
-rw-r--r-- | test/FrontendC/2006-03-17-KnRMismatch.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/FrontendC/2006-03-17-KnRMismatch.c b/test/FrontendC/2006-03-17-KnRMismatch.c new file mode 100644 index 0000000..1939112 --- /dev/null +++ b/test/FrontendC/2006-03-17-KnRMismatch.c @@ -0,0 +1,8 @@ +// RUN: %llvmgcc %s -S -o - + +void regnode(int op); + +void regnode(op) +char op; +{ +} |