summaryrefslogtreecommitdiff
path: root/test/cxx/input03.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cxx/input03.cpp')
-rw-r--r--test/cxx/input03.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/cxx/input03.cpp b/test/cxx/input03.cpp
new file mode 100644
index 00000000..bccfbf0e
--- /dev/null
+++ b/test/cxx/input03.cpp
@@ -0,0 +1,19 @@
+
+struct C
+{
+
+};
+
+enum E
+{
+ C,
+ b
+};
+
+E e;
+
+enum E
+{
+ C,
+ b
+};