struct S { ~S(); };
struct T : virtual private S {};
struct U : private T {};
U u;


syntax highlighted by Code2HTML, v. 0.9.1