1 // bindgen-flags: --rust-target 1.0 -- --target=i686-pc-windows-msvc 2 3 class Foo { 4 public: 5 void test(); 6 int test2(int var); 7 }; 8