summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/template/crash82.C
blob: 41456918feaacf62a375b0074bf9ae72059f90d8 (plain)
1
2
3
4
5
6
// PR c++/37649

struct A
{
  template<int> struct {}; // { dg-error "template class without a name" }
};