summaryrefslogtreecommitdiff
path: root/tests/headers/disable-untagged-union.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/disable-untagged-union.hpp')
-rw-r--r--tests/headers/disable-untagged-union.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/headers/disable-untagged-union.hpp b/tests/headers/disable-untagged-union.hpp
deleted file mode 100644
index 44623181..00000000
--- a/tests/headers/disable-untagged-union.hpp
+++ /dev/null
@@ -1,6 +0,0 @@
-// bindgen-flags: --disable-untagged-union
-
-union Foo {
- int bar;
- unsigned int baz;
-};