summaryrefslogtreecommitdiff
path: root/tests/headers/issue-826-generating-methods-when-asked-not-to.hpp
blob: f6b2ed30ad7abe445c5dde1a30abf6e50b063f49 (plain)
1
2
3
4
5
// bindgen-flags: --ignore-methods -- --target=i686-pc-win32

struct Foo {
    void test();
};