aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice6.C
blob: 408af4203ba7fb6609931ea90d443fe7650bc942 (plain)
1
2
3
4
// PR c++/51464
// { dg-do compile { target c++11 } }

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