blob: 71d13031f73887dcb7322af3934df02f22e811dc [file] [log] [blame]
// PR c++/90333
// { dg-do compile { target c++11 } }
auto x = []() __attribute__((always_inline)) -> int { return 0; };