blob: e8e94771ef0615ed2b9bfe8a2919564ca0516544 [file] [log] [blame]
// PR c++/54383
// { dg-do compile { target c++11 } }
auto foo = [&](int a) { return a > this->b; }; // { dg-error "non-local|this" }