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