| 20 | |
| 21 | struct Base1 { |
| 22 | virtual ~Base1() = default; |
| 23 | // Using `vector` here because it is known to make this test very sensitive to bugs. |
| 24 | std::vector<int> vec = {1, 2, 3, 4, 5}; |
| 25 | Base1() = default; |
nothing calls this directly
no outgoing calls
no test coverage detected