mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-20 21:14:28 +00:00
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:
parent
68ed318d33
commit
ff47702a6e
6
test/CFrontend/2002-10-12-TooManyArguments.c
Normal file
6
test/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