(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
inherit/
access5.C
struct S { ~S(); };
struct T : virtual private S {};
struct U : private T {};
U u;