mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 01:35:44 +00:00
Forgot this test case.
llvm-svn: 63089
This commit is contained in:
parent
2e0343e321
commit
80a6c8a024
10
test/FrontendC/implicit-arg.c
Normal file
10
test/FrontendC/implicit-arg.c
Normal file
@ -0,0 +1,10 @@
|
||||
// RUN: %llvmgcc %s -S -emit-llvm -O0 -o -
|
||||
// RUN: %llvmgcc %s -S -emit-llvm -O1 -o -
|
||||
// rdar://6518089
|
||||
|
||||
static int bar();
|
||||
void foo() {
|
||||
int a = bar();
|
||||
}
|
||||
int bar(unsigned a) {
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user