| 14 | |
| 15 | struct local { |
| 16 | template <typename This> constexpr bool operator==(this This &&, This &&) { |
| 17 | return true; |
| 18 | } |
| 19 | }; |
| 20 | |
| 21 | static constexpr auto peek_(auto offset) noexcept { |
nothing calls this directly
no outgoing calls
no test coverage detected