| 250 | class UniquePtrArrayTest : public ::testing::Test { |
| 251 | protected: |
| 252 | void SetUp() override { ArrayObj::destroy_count = 0; } |
| 253 | }; |
| 254 | |
| 255 | // 22. Array default construction |
nothing calls this directly
no outgoing calls
no test coverage detected