cb31d3efe8fb7e2f3ae36f05f94d00e18389c6dd
[openbsd] /
1 struct A {
2   bool b(int x);
3 };
4
5 struct B {
6   bool member_func_a(A a);
7 };