Merge from mainline
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash44.C
blobd5596c19977a58db547d214dca66cd04ab334cb5
1 // PR c++/25858
3 namespace N {
4   template<int> struct A {};
7 struct B N::A<0> {}; // { dg-error "invalid" }