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