blob: 4651f809a10c13d97ec65949f179d2a8376bb6ef [file] [log] [blame] [edit]
// bindgen-flags: --raw-line "#![cfg(not(test))]" -- --target=i686-pc-windows-msvc
class Foo {
public:
void test();
int test2(int var);
};