blob: 94b16202e5b9154850060f8f4e09e5c699e39178 [file] [log] [blame]
// bindgen-flags: -- --target=x86_64-apple-darwin
extern "C" void foo();
struct Foo {
static bool sBar;
};