I must have missed these when eliminating the cast to bool cannonicalizations
[oota-llvm.git] / test / CFrontend / 2003-06-29-MultipleFunctionDefinition.c
1 /* This is apparently legal C.  */
2 extern __inline__ void test() { }
3
4 void test() {
5 }