blob: ad101b01d6aee010d22e3094b4dd5266d2b77556 [file] [log] [blame]
template <int i> struct A;
template <> struct A<0> { struct B; };
struct A<0>::B {};