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:
parent
7c270463f1
commit
e325097564
6
test/Regression/CFrontend/2002-10-12-TooManyArguments.c
Normal file
6
test/Regression/CFrontend/2002-10-12-TooManyArguments.c
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
void foo() {}
|
||||
|
||||
void bar() {
|
||||
foo(1, 2, 3); /* Too many arguments passed */
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user