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