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

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