Improve compatibility with older versions of Windows.
[llvm/msp430.git] / test / FrontendC / 2003-06-29-MultipleFunctionDefinition.c
blobb7bc803306731b91a469a03974dd1c297c958a79
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
3 /* This is apparently legal C.
4 */
5 extern __inline__ void test() { }
7 void test() {