summaryrefslogtreecommitdiff
path: root/tests/headers/duplicated-namespaces.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/duplicated-namespaces.hpp')
-rw-r--r--tests/headers/duplicated-namespaces.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/headers/duplicated-namespaces.hpp b/tests/headers/duplicated-namespaces.hpp
new file mode 100644
index 00000000..10e1933f
--- /dev/null
+++ b/tests/headers/duplicated-namespaces.hpp
@@ -0,0 +1,4 @@
+// bindgen-flags: --enable-cxx-namespaces
+
+namespace std {}
+namespace std {}