summaryrefslogtreecommitdiff
path: root/tests/headers/inner-typedef-gh422.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/inner-typedef-gh422.hpp')
-rw-r--r--tests/headers/inner-typedef-gh422.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/headers/inner-typedef-gh422.hpp b/tests/headers/inner-typedef-gh422.hpp
deleted file mode 100644
index 301630a5..00000000
--- a/tests/headers/inner-typedef-gh422.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-template <typename T>
-class Foo {
-public:
- class InnerType {
- T t;
- };
-};
-
-typedef Foo<int>::InnerType Bar;
-
-Bar func(); \ No newline at end of file