summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2009-03-22-increment-bitfield.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2009-03-22-increment-bitfield.c')
-rw-r--r--test/CodeGen/2009-03-22-increment-bitfield.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/CodeGen/2009-03-22-increment-bitfield.c b/test/CodeGen/2009-03-22-increment-bitfield.c
new file mode 100644
index 0000000..f0aaafd
--- /dev/null
+++ b/test/CodeGen/2009-03-22-increment-bitfield.c
@@ -0,0 +1,7 @@
+// RUN: clang-cc -emit-llvm -O1 < %s | grep "ret i32 0"
+
+int a(void) {
+ return ++(struct x {unsigned x : 2;}){3}.x;
+}
+
+
OpenPOWER on IntegriCloud