| 237 | struct DummyOpaqueObject { |
| 238 | int value; |
| 239 | explicit DummyOpaqueObject(int value) : value(value) {} |
| 240 | |
| 241 | static void Deleter(void* handle) { |
| 242 | deleter_trigger_counter++; |
nothing calls this directly
no outgoing calls
no test coverage detected