gcroot testcase, patch by Eric Christopher.
[oota-llvm.git] / test / CFrontend / 2003-08-30-LargeIntegerBitfieldMember.c
index fa81802b7148b6c9b7ca2242314e0b0d50ca64dc..f67aee4c10fb535eacb3edcd311b526cd5a25946 100644 (file)
@@ -1,3 +1,5 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
 struct foo {
   unsigned int I:1;
   unsigned char J[1][123];