forked from OSchip/llvm-project
9 lines
143 B
C
9 lines
143 B
C
|
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
|
||
|
|
||
|
/* This is apparently legal C.
|
||
|
*/
|
||
|
extern __inline__ void test() { }
|
||
|
|
||
|
void test() {
|
||
|
}
|