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