summaryrefslogtreecommitdiff
path: root/tests/headers/issue-1514.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/issue-1514.hpp')
-rw-r--r--tests/headers/issue-1514.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/headers/issue-1514.hpp b/tests/headers/issue-1514.hpp
deleted file mode 100644
index 2a398898..00000000
--- a/tests/headers/issue-1514.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-template<typename T>
-struct Thing {
- struct Inner {
- T *ptr;
- };
-
- struct AnotherInner : Inner {
- };
-};