Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
lookup9.C
// { dg-do assemble } struct S { typedef long I; }; struct D : virtual public S { I i; };