summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/blocklist-methods.hpp
blob: 4be21b945e90522930f7605789d162fc7c3f7ff2 (plain)
1
2
3
4
5
6
7
8
// bindgen-flags: --blocklist-function="Foo_ba.*"

class Foo {
    public:
        int foo();
        int bar();
        int baz();
};