summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice6.C
blob: ddf352766eb7c9ddb29e5a082418c3ec1655a3fc (plain)
1
2
3
4
// PR c++/51464
// { dg-options "-std=c++0x" }

template<int = sizeof([])> struct A {}; // { dg-error "lambda" } 
OpenPOWER on IntegriCloud