Rebase.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / lambda / lambda-this10.C
blobb4b8e7201aabadc4aa6eb7a6a6937481cfe09be5
1 // PR c++/54383
2 // { dg-do compile { target c++11 } }
4 auto foo = [&](int a) { return a > this->b; }; // { dg-error "this" }