summaryrefslogtreecommitdiff
path: root/test/cxx/input08.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cxx/input08.cpp')
-rw-r--r--test/cxx/input08.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/cxx/input08.cpp b/test/cxx/input08.cpp
new file mode 100644
index 00000000..2e9ec7a0
--- /dev/null
+++ b/test/cxx/input08.cpp
@@ -0,0 +1,13 @@
+class B { class Find {}; };
+
+typedef B T;
+
+class C : public T
+{
+ Find find;
+};
+
+
+
+
+