blob: d0b2dd3f256fd348e2b1f4bb772d99a17a0bb4a2 [file] [log] [blame]
// PR c++/59349
// { dg-do compile { target c++14 } }
void foo () {
[bar()]{}; // { dg-error "empty initializer" }
}