First version committed to git
[zpugcc/jano.git] / toolchain / gcc / gcc / testsuite / g++.dg / template / spec5.C
blobad101b01d6aee010d22e3094b4dd5266d2b77556
1 template <int i> struct A;
2 template <> struct A<0> { struct B; };
3 struct A<0>::B {};