(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
template/
spec5.C
template <int i> struct A;
template <> struct A<0> { struct B; };
struct A<0>::B {};