1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00

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 7c270463f1
commit e325097564

View File

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