>>561
std::shared_ptr<int> a{std::make_shared<int>()};
delete a; //C2440