| 14 | }; |
| 15 | |
| 16 | struct Message2 { |
| 17 | std::unique_ptr<int> data41 = std::make_unique<int>(41); |
| 18 | std::unique_ptr<int> data42 = std::make_unique<int>(42); |
| 19 | }; |
| 20 | |
| 21 | // Example from duplicate issue #45 |
| 22 | struct UniquePtr { |
nothing calls this directly
no outgoing calls
no test coverage detected