aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp1y/lambda-init7.C
blob: 224cd1a61bfcc7f71533d156c5186a2414ad0c90 (plain)
1
2
3
4
5
6
// PR c++/59349
// { dg-do compile { target c++1y } }

int foo () {
  [bar()]{};			// { dg-error "empty initializer" }
}