| 336 | }; |
| 337 | |
| 338 | struct IStringy |
| 339 | { |
| 340 | const char* c_str() const { return te::call<const char*>([](auto const &self) { return self.c_str(); }, *this); } |
| 341 | }; |
| 342 | |
| 343 | template<typename Stringy> |
| 344 | void self_assignment() |
nothing calls this directly
no outgoing calls
no test coverage detected