1 2 3 4 5 6 7
// PR c++/42370 // { dg-options "-std=c++0x -Wall" } void foo() { []{ return 0; }(); } // { dg-bogus "no return statement" }