| 160 | } |
| 161 | |
| 162 | void compose_1_arg_handler(int* count, int* result_out, int result) |
| 163 | { |
| 164 | ++(*count); |
| 165 | *result_out = result; |
| 166 | } |
| 167 | |
| 168 | struct compose_1_arg_lvalue_handler |
| 169 | { |
nothing calls this directly
no outgoing calls
no test coverage detected