blob: 408af4203ba7fb6609931ea90d443fe7650bc942 [file] [log] [blame]
// PR c++/51464
// { dg-do compile { target c++11 } }
template<int = sizeof([])> struct A {}; // { dg-error "lambda" }