hanchenye-llvm-project/llvm/test/Regression/CFrontend/2003-06-29-MultipleFunction...

6 lines
86 B
C

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