aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend/2004-08-06-LargeStructTest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CFrontend/2004-08-06-LargeStructTest.c')
-rw-r--r--test/CFrontend/2004-08-06-LargeStructTest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CFrontend/2004-08-06-LargeStructTest.c b/test/CFrontend/2004-08-06-LargeStructTest.c
index a0b1b09..b0413b4 100644
--- a/test/CFrontend/2004-08-06-LargeStructTest.c
+++ b/test/CFrontend/2004-08-06-LargeStructTest.c
@@ -1,3 +1,5 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
#define A(X) int X;
#define B(X) A(X##0) A(X##1) A(X##2) A(X##3) A(X##4) A(X##5) A(X##6) A(X##7) \