Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
abstract5.C
struct A { virtual void f() = 0; }; typedef A (*fp)();