1 // PR c++/59629
2 // { dg-do compile { target c++14 } }
3 
4 void foo(int i = []{ auto 0; }()); // { dg-error "expected|could not convert" }
5