summaryrefslogtreecommitdiff
path: root/tests/headers/issue-1435.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/issue-1435.hpp')
-rw-r--r--tests/headers/issue-1435.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/headers/issue-1435.hpp b/tests/headers/issue-1435.hpp
deleted file mode 100644
index fbf3c507..00000000
--- a/tests/headers/issue-1435.hpp
+++ /dev/null
@@ -1,7 +0,0 @@
-// bindgen-flags: --enable-cxx-namespaces
-
-namespace ns {
-enum class AB { A, B };
-}
-using AB = ns::AB;
-static const AB kA = AB::A;