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