| 295 | int f = 6; |
| 296 | int get_f_b() const { return b; } |
| 297 | int get_f_c() const { return c; } |
| 298 | int get_f_d0() const { return d0; } |
| 299 | int get_f_d1() const { return d1; } |
| 300 | int get_f_e() const { return e; } |
no outgoing calls
no test coverage detected