Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
runnable/
imports/
maker.i
typedef struct Foo *FooRef; struct Foo { int x; }; FooRef make_foo(void) { return 0; }