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