Make this pass for CYGWIN.
[oota-llvm.git] / test / CFrontend / 2003-08-30-LargeIntegerBitfieldMember.c
index 66d778c57c30ef224638fa1903a5f26d4802e2d0..f67aee4c10fb535eacb3edcd311b526cd5a25946 100644 (file)
@@ -1,3 +1,4 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
 
 struct foo {
   unsigned int I:1;