blob: b6e561f2e016d050ef9b966f181197b2867618a4 [file] [log] [blame]
// PR c++/59629
// { dg-do compile { target c++1y } }
void foo(int i = []{ auto 0; }()); // { dg-error "expected|could not convert" }