OSDN Git Service

PR c++/9335
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / spec5.C
1 template <int i> struct A;
2 template <> struct A<0> { struct B; };
3 struct A<0>::B {};