aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp1y/pr59629.C
blob: b6e561f2e016d050ef9b966f181197b2867618a4 (plain)
1
2
3
4
// PR c++/59629
// { dg-do compile { target c++1y } }

void foo(int i = []{ auto 0; }()); // { dg-error "expected|could not convert" }