We should check that existing cast operation has the appropriate opcode before we...
[oota-llvm.git] / test / CFrontend / 2002-06-25-FWriteInterfaceFailure.c
index 2f957a218ea6044635fc92ab6087830c9da9e0b0..fb1b54bf72e29b9adf08642d0132cb95fe6840c0 100644 (file)
@@ -1,5 +1,7 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
 #include <stdio.h>
 
 void  test() {
-       fprintf(stderr, "testing\n");
+  fprintf(stderr, "testing\n");
 }