diff options
-rw-r--r-- | test/CFrontend/2006-03-17-KnRMismatch.c | 8 |
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 0000000000..19391122fc --- /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; +{ +} |