aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/parse/crash21.C
blob: 623bbec81c93f6d3cf449b064b249765054dbe7d (plain)
1
2
3
4
5
6
7
namespace N
{
  struct A; // { dg-message "previous declaration" "" }
}

template<int I>
struct N::A {}; // { dg-error "redeclared" "" }