hanchenye-llvm-project/llvm/test/FrontendC/2003-06-29-MultipleFunction...

9 lines
140 B
C

// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
/* This is apparently legal C.
*/
extern __inline__ void test() { }
void test() {
}