blob: b7bc803306731b91a469a03974dd1c297c958a79 [file] [log] [blame]
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
/* This is apparently legal C.
*/
extern __inline__ void test() { }
void test() {
}