blob: d4e3976303f11ec12f6f3d725795320d96372ea2 [file] [log] [blame]
// bindgen-flags: \-\-rust-target=1.33 -- --target=i686-pc-windows-msvc
class Foo {
public:
void test();
int test2(int var);
};