llvm-6502/test/CFrontend/2003-06-29-MultipleFunctionDefinition.c

6 lines
86 B
C
Raw Normal View History

/* This is apparantly legal C. */
extern __inline__ void test() { }
void test() {
}