Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
friend10.C
// PR c++/19200 namespace N { void S(); } struct S { friend void N::S(); };