blob: 41456918feaacf62a375b0074bf9ae72059f90d8 [file] [log] [blame]
// PR c++/37649
struct A
{
template<int> struct {}; // { dg-error "template class without a name" }
};