aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/compat/break/bitfield7.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/compat/break/bitfield7.h')
-rw-r--r--gcc/testsuite/g++.dg/compat/break/bitfield7.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.dg/compat/break/bitfield7.h b/gcc/testsuite/g++.dg/compat/break/bitfield7.h
new file mode 100644
index 00000000000..2060bf7473b
--- /dev/null
+++ b/gcc/testsuite/g++.dg/compat/break/bitfield7.h
@@ -0,0 +1,3 @@
+union U {
+ int i: 4096;
+};