| 48 | |
| 49 | struct SimpleListSerializable { |
| 50 | SimpleListSerializable() = default; |
| 51 | SimpleListSerializable(::std::mt19937_64& gen) : s(gen() % 10, gen()) {} |
| 52 | |
| 53 | bool operator==(const SimpleListSerializable& o) const { |
nothing calls this directly
no outgoing calls
no test coverage detected