aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-warn2.C
blob: 6542392ef1af00285558c86856e2fa772b5617cb (plain)
1
2
3
4
5
6
7
8
// PR c++/42370
// { dg-do compile { target c++11 } }
// { dg-options "-Wall" }

void foo()
{
  []{ return 0; }();
} // { dg-bogus "no return statement" }