mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
3e70f63a54
llvm-svn: 7011
6 lines
86 B
C
6 lines
86 B
C
/* This is apparently legal C. */
|
|
extern __inline__ void test() { }
|
|
|
|
void test() {
|
|
}
|