1 // bindgen-flags: --rust-target=1.73 --raw-line '#![cfg(target = "i686-pc-windows-msvc")]' -- --target=i686-pc-windows-msvc 2 3 class Foo { 4 public: 5 void test(); 6 int test2(int var); 7 }; 8