Revert part of my last patch that I didn't intend to commit yet.
[oota-llvm.git] / test / C++Frontend / 2003-10-17-BoolBitfields.cpp
index e33722878e73ab238b126f5e603fcf4d86f4e7d6..547a367d34e6ad4abdba9ea292b3a6e4d20d5ac2 100644 (file)
@@ -1,3 +1,5 @@
+// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
+
 struct test {
   bool A : 1;
   bool B : 1;