| 12 | void foo2_func(int, int, ...) {} |
| 13 | |
| 14 | struct test_struct { |
| 15 | int foo1_memb(int) const { return 0; } |
| 16 | void foo2_memb(int, int, ...) {} |
| 17 | }; |
| 18 | |
| 19 | template <class F1, class F2> |
| 20 | void test(F1 foo1, F2 foo2) { |
nothing calls this directly
no outgoing calls
no test coverage detected