aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CFrontend/2007-03-26-ZeroWidthBitfield.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CFrontend/2007-03-26-ZeroWidthBitfield.c b/test/CFrontend/2007-03-26-ZeroWidthBitfield.c
new file mode 100644
index 0000000000..89bfb8e1cb
--- /dev/null
+++ b/test/CFrontend/2007-03-26-ZeroWidthBitfield.c
@@ -0,0 +1,2 @@
+// RUN: %llvmgcc %s -S -o -
+struct Z { int :0; } z;