Make this pass for CYGWIN.
[oota-llvm.git] / test / CFrontend / 2002-03-12-StructInitializer.c
index de2d84781c40eb405b51f2ebc41932ce36e1766a..cf2ba4e8cf89a43f90c3a44cedf8f5606b7c0a53 100644 (file)
@@ -1,3 +1,5 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
 /* GCC was not emitting string constants of the correct length when
  * embedded into a structure field like this.  It thought the strlength
  * was -1.