1 2 3 4 5 6 7
// bindgen-flags: -- --target=x86_64-apple-darwin extern "C" void foo(); struct Foo { static bool sBar; };