summaryrefslogtreecommitdiffstats
path: root/test/CFrontend/2003-08-29-StructLayoutBug.c
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-06 22:41:00 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-06 22:41:00 +0000
commite9af5d186bdf1620e3f0b74ecc7e49c25b82d186 (patch)
tree85e4d0d3702c46934eb8bf88a520fe21461e3d3b /test/CFrontend/2003-08-29-StructLayoutBug.c
parentd13e0ae12ec211525bc254ea743f0cc183801de6 (diff)
downloadexternal_llvm-e9af5d186bdf1620e3f0b74ecc7e49c25b82d186.zip
external_llvm-e9af5d186bdf1620e3f0b74ecc7e49c25b82d186.tar.gz
external_llvm-e9af5d186bdf1620e3f0b74ecc7e49c25b82d186.tar.bz2
Adding RUN lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17532 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CFrontend/2003-08-29-StructLayoutBug.c')
-rw-r--r--test/CFrontend/2003-08-29-StructLayoutBug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CFrontend/2003-08-29-StructLayoutBug.c b/test/CFrontend/2003-08-29-StructLayoutBug.c
index 7572d27..a5f6fb1 100644
--- a/test/CFrontend/2003-08-29-StructLayoutBug.c
+++ b/test/CFrontend/2003-08-29-StructLayoutBug.c
@@ -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];