Fixing a typo in configure.ac.
[oota-llvm.git] / test / CFrontend / 2003-06-29-MultipleFunctionDefinition.c
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3 /* This is apparently legal C.  
4  */
5 extern __inline__ void test() { }
6
7 void test() {
8 }