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