summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2008-02-08-bitfield-bug.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2008-02-08-bitfield-bug.c')
-rw-r--r--test/CodeGen/2008-02-08-bitfield-bug.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/CodeGen/2008-02-08-bitfield-bug.c b/test/CodeGen/2008-02-08-bitfield-bug.c
new file mode 100644
index 0000000..fc69e58
--- /dev/null
+++ b/test/CodeGen/2008-02-08-bitfield-bug.c
@@ -0,0 +1,9 @@
+// RUN: clang-cc %s -emit-llvm -o %t
+
+struct test {
+ unsigned a:1;
+ unsigned b:1;
+};
+
+struct test *t;
+
OpenPOWER on IntegriCloud