| 8 | struct ComplexStruct |
| 9 | { |
| 10 | ComplexStruct() = delete; |
| 11 | ComplexStruct(const ComplexStruct& other) = delete; |
| 12 | ComplexStruct& operator=(const ComplexStruct& other) noexcept = delete; |
| 13 |
nothing calls this directly
no outgoing calls
no test coverage detected