mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-04 00:31:54 +00:00
Add a test case for r81431.
llvm-svn: 81432
This commit is contained in:
parent
b15a757410
commit
d3f98b1d15
6
test/FrontendC/redef-ext-inline.c
Normal file
6
test/FrontendC/redef-ext-inline.c
Normal file
@ -0,0 +1,6 @@
|
||||
// RUN: %llvmgcc -S %s -o -
|
||||
// rdar://7208839
|
||||
|
||||
extern inline int f1 (void) {return 1;}
|
||||
int f3 (void) {return f1();}
|
||||
int f1 (void) {return 0;}
|
Loading…
x
Reference in New Issue
Block a user