aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend/2003-11-01-C99-CompoundLiteral.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CFrontend/2003-11-01-C99-CompoundLiteral.c')
-rw-r--r--test/CFrontend/2003-11-01-C99-CompoundLiteral.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CFrontend/2003-11-01-C99-CompoundLiteral.c b/test/CFrontend/2003-11-01-C99-CompoundLiteral.c
index cf53e80..a0aa698 100644
--- a/test/CFrontend/2003-11-01-C99-CompoundLiteral.c
+++ b/test/CFrontend/2003-11-01-C99-CompoundLiteral.c
@@ -1,3 +1,5 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
typedef struct { int foo; } spinlock_t;
typedef struct wait_queue_head_t { spinlock_t lock; } wait_queue_head_t;
void call_usermodehelper(void) {