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