1// bindgen-flags: --ignore-methods -- --target=i686-pc-win32
2
3struct Foo {
4    void test();
5};
6