New testcase that causes invalid llvm to be emitted by cfe

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4124 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-10-12 23:37:34 +00:00
parent 68ed318d33
commit ff47702a6e

View File

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