#include <memory>
 
using namespace std;
 
int main()
{
    
    auto x = [](unique_ptr<int>){};
}