blob: 8882d7ddd08dc57b90c58f4a618d82258e054cbe [file] [log] [blame]
// bindgen-flags: -- --target=x86_64-pc-win32
extern "C" void foo();
struct Foo {
static bool sBar;
};