blob: fafa4eed313a4bdbf9e8ddb0339601b3ba1b8443 [file] [log] [blame]
// { dg-do compile { target c++11 } }
template<typename ...T, int = 0> struct A {}; // { dg-error "end of" }
A<int> a;