| 74 | static void cbA() { s_a_count++; } |
| 75 | static void cbB() { s_b_count++; } |
| 76 | static void cbC() { s_c_count++; } |
| 77 | static void cbD() { s_d_count++; } |
| 78 | |
| 79 | // --------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected