aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this10.C
blob: b4b8e7201aabadc4aa6eb7a6a6937481cfe09be5 (plain)
1
2
3
4
// PR c++/54383
// { dg-do compile { target c++11 } }

auto foo = [&](int a) { return a > this->b; }; // { dg-error "this" }