Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lookup/
name-clash8.C
// PR c++/38278 struct foo { }; void bar(); struct baz { static foo (bar)(); };