| 266 | typedef char No[2]; |
| 267 | |
| 268 | struct BaseMixin { |
| 269 | void AddRef(); |
| 270 | }; |
| 271 | |
| 272 | // MSVC warns when you try to use Base if T has a private destructor, the |
| 273 | // common pattern for refcounted types. It does this even though no attempt to |
nothing calls this directly
no outgoing calls
no test coverage detected