summaryrefslogtreecommitdiff
path: root/tests/headers/issue-674-3.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/issue-674-3.hpp')
-rw-r--r--tests/headers/issue-674-3.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/headers/issue-674-3.hpp b/tests/headers/issue-674-3.hpp
deleted file mode 100644
index 20aa463c..00000000
--- a/tests/headers/issue-674-3.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-// bindgen-flags: --enable-cxx-namespaces --allowlist-type nsCSSValue --opaque-type 'nsRefPtrHashtable' -- -std=c++14
-
-template <class PtrType> class nsRefPtrHashtable {
- typedef PtrType *UserDataType;
-};
-struct a {
- nsRefPtrHashtable<int> b;
-};
-class nsCSSValue {
- a c;
-};