diff options
Diffstat (limited to 'tests/headers/issue-1464.hpp')
-rw-r--r-- | tests/headers/issue-1464.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/headers/issue-1464.hpp b/tests/headers/issue-1464.hpp deleted file mode 100644 index d34d0fe3..00000000 --- a/tests/headers/issue-1464.hpp +++ /dev/null @@ -1,7 +0,0 @@ - -// Should not crash. -template <int Foo> class Bar { -public: - Bar(); - ~Bar(); -}; |