1// PR c++/15044
2
3template class <num_t> class a { num_t n; } // { dg-error "" }
4
5