gcroot testcase, patch by Eric Christopher.
[oota-llvm.git] / test / CFrontend / 2003-08-17-DeadCodeShortCircuit.c.tr
index 938ea9ff2b42b7c18c3505920bdd302dd249de84..c275fee5d09a313b817ff176876c74a6cd6ed801 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: llvmgcc -xc %s -c
+// RUN: %llvmgcc -xc %s -c -o %t.o
 
 int test(_Bool pos, _Bool color) {
   return 0;