Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
comdat1-aux.cc
inline int f () { static int i; return ++i; } int g () { return f(); }