small, typically 4 + padding
| 52 | struct Left : virtual VBase { |
| 53 | char pad_l[4]; // small, typically 4 + padding |
| 54 | ~Left() override = default; |
| 55 | }; |
| 56 | struct Right : virtual VBase { |
| 57 | char pad_r[24]; // larger, to differ from Left |
nothing calls this directly
no outgoing calls
no test coverage detected