// PR c++/60190 // { dg-do compile { target c++1y } } auto f = []() -> int() {}; // { dg-error "returning a function|expected" }