Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lookup/
friend13.C
// PR c++/37558 class Foo { friend class Bar; friend void func(const class Bar*); };