summaryrefslogtreecommitdiff
path: root/test/CodeGen/2007-03-26-ZeroWidthBitfield.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2007-03-26-ZeroWidthBitfield.c')
-rw-r--r--test/CodeGen/2007-03-26-ZeroWidthBitfield.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/2007-03-26-ZeroWidthBitfield.c b/test/CodeGen/2007-03-26-ZeroWidthBitfield.c
new file mode 100644
index 0000000000000..0bf42ad4f9548
--- /dev/null
+++ b/test/CodeGen/2007-03-26-ZeroWidthBitfield.c
@@ -0,0 +1,2 @@
+// RUN: %clang_cc1 %s -emit-llvm -o -
+struct Z { int :0; } z;