summaryrefslogtreecommitdiff
path: root/tests/headers/union-in-ns.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/union-in-ns.hpp')
-rw-r--r--tests/headers/union-in-ns.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/headers/union-in-ns.hpp b/tests/headers/union-in-ns.hpp
deleted file mode 100644
index 68b8f72d..00000000
--- a/tests/headers/union-in-ns.hpp
+++ /dev/null
@@ -1,5 +0,0 @@
-// bindgen-flags: --enable-cxx-namespaces
-
-union bar {
- int baz;
-};