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