| 77 | |
| 78 | template <std::size_t Size> |
| 79 | struct string_input { |
| 80 | static std::string make() { return std::string(Size, 'c'); } |
| 81 | }; |
| 82 | |
| 83 | struct data { |
| 84 | std::array<int, 1000> data{}; |
nothing calls this directly
no outgoing calls
no test coverage detected