llvm-6502/test/CFrontend/2003-06-29-MultipleFunctionDefinition.c
Misha Brukman b1aa8ac1a9 Spell apparently' with an e'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7011 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-30 15:33:47 +00:00

6 lines
86 B
C

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