summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this20.C
blob: 0d273202bfb0319816443ffafbd5fb8e1dae6ac9 (plain)
1
2
3
4
// PR c++/63601
// { dg-do compile { target c++11 } }

auto f = []{ sizeof(this); };	// { dg-error "this" }