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