larger, to differ from Left
| 56 | struct Right : virtual VBase { |
| 57 | char pad_r[24]; // larger, to differ from Left |
| 58 | ~Right() override = default; |
| 59 | }; |
| 60 | |
| 61 | struct Diamond : Left, Right { |
nothing calls this directly
no outgoing calls
no test coverage detected