1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null 2 3 /* This is apparently legal C. 4 */ 5 extern __inline__ void test() { } 6 7 void test() { 8 } 9