summaryrefslogtreecommitdiffstats
path: root/test/input/Typedef-to-Enumeration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/Typedef-to-Enumeration.cxx')
-rw-r--r--test/input/Typedef-to-Enumeration.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/input/Typedef-to-Enumeration.cxx b/test/input/Typedef-to-Enumeration.cxx
new file mode 100644
index 0000000..9a1db81
--- /dev/null
+++ b/test/input/Typedef-to-Enumeration.cxx
@@ -0,0 +1,2 @@
+enum E {};
+typedef E start;