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