summaryrefslogtreecommitdiff
path: root/tests/headers/issue-358.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/issue-358.hpp')
-rw-r--r--tests/headers/issue-358.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/headers/issue-358.hpp b/tests/headers/issue-358.hpp
deleted file mode 100644
index b14521b7..00000000
--- a/tests/headers/issue-358.hpp
+++ /dev/null
@@ -1,8 +0,0 @@
-// bindgen-flags: -- -std=c++11
-namespace JS {
-template <typename> class PersistentRooted;
-}
-template <typename> class a { a *b; };
-namespace JS {
-template <typename c> class PersistentRooted : a<PersistentRooted<c>> {};
-}