We should check that existing cast operation has the appropriate opcode before we...
[oota-llvm.git] / test / CFrontend / 2002-09-19-StarInLabel.c
index b16a39d7d860a1d7ed8023cb5ad8dca138511abe..86a2571d57bc5610c945717370e2d2ae4df108a9 100644 (file)
@@ -1,3 +1,5 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
 extern void start() __asm__("start");
 extern void _start() __asm__("_start");
 extern void __start() __asm__("__start");