diff options
Diffstat (limited to 'tests/headers/inner-typedef-gh422.hpp')
-rw-r--r-- | tests/headers/inner-typedef-gh422.hpp | 11 |
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 |