New testcase that causes invalid llvm to be emitted by cfe

llvm-svn: 4124
This commit is contained in:
Chris Lattner 2002-10-12 23:37:34 +00:00
parent 66507d887a
commit 1a061216a0
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
void foo() {}
void bar() {
foo(1, 2, 3); /* Too many arguments passed */
}