| 31 | { |
| 32 | using std::vector<int>::vector; |
| 33 | std::vector<int>::const_iterator begin() const { throw std::runtime_error{"EXCEPTION ON BEGIN"}; } |
| 34 | }; |
| 35 | |
| 36 | struct infinite_container |
nothing calls this directly
no outgoing calls
no test coverage detected