New testcase for PR1744
[oota-llvm.git] / test / CFrontend / 2003-06-29-MultipleFunctionDefinition.c
index bd5ac83da72e0d37d5099cea8b6b60601f325934..b7bc803306731b91a469a03974dd1c297c958a79 100644 (file)
@@ -1,4 +1,7 @@
-/* This is apparantly legal C.  */
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
+/* This is apparently legal C.  
+ */
 extern __inline__ void test() { }
 
 void test() {