aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2007-04-11-PR1321.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2007-04-11-PR1321.c')
-rw-r--r--test/FrontendC/2007-04-11-PR1321.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/FrontendC/2007-04-11-PR1321.c b/test/FrontendC/2007-04-11-PR1321.c
deleted file mode 100644
index f391329..0000000
--- a/test/FrontendC/2007-04-11-PR1321.c
+++ /dev/null
@@ -1,12 +0,0 @@
-// RUN: %llvmgcc %s -S -o /dev/null
-
-struct X {
- unsigned int e0 : 17;
- unsigned int e1 : 17;
- unsigned int e2 : 17;
- unsigned int e3 : 17;
- unsigned int e4 : 17;
- unsigned int e5 : 17;
- unsigned int e6 : 17;
- unsigned int e7 : 17;
-} __attribute__((packed)) x;