| 286 | struct MVE : virtual MVD0, virtual MVD1 { |
| 287 | int e = 5; |
| 288 | int get_e_b() const { return b; } |
| 289 | int get_e_c() const { return c; } |
| 290 | int get_e_d0() const { return d0; } |
| 291 | int get_e_d1() const { return d1; } |
no outgoing calls
no test coverage detected