Adding XFAIL lines for dejagnu support.
[oota-llvm.git] / test / CFrontend / 2003-06-29-MultipleFunctionDefinition.c
1 /* This is apparently legal C.  
2  */
3 extern __inline__ void test() { }
4
5 void test() {
6 }