summaryrefslogtreecommitdiff
path: root/tests/headers/mangling-macos.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/mangling-macos.hpp')
-rw-r--r--tests/headers/mangling-macos.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/headers/mangling-macos.hpp b/tests/headers/mangling-macos.hpp
new file mode 100644
index 00000000..94b16202
--- /dev/null
+++ b/tests/headers/mangling-macos.hpp
@@ -0,0 +1,7 @@
+// bindgen-flags: -- --target=x86_64-apple-darwin
+
+extern "C" void foo();
+
+struct Foo {
+ static bool sBar;
+};