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