summaryrefslogtreecommitdiffstats
path: root/test/input/MethodType.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/MethodType.cxx')
-rw-r--r--test/input/MethodType.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/input/MethodType.cxx b/test/input/MethodType.cxx
new file mode 100644
index 0000000..2f9e67c
--- /dev/null
+++ b/test/input/MethodType.cxx
@@ -0,0 +1,2 @@
+class A;
+typedef int (A::* start)(int);