(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
forward1.d
// REQUIRED_ARGS: -g

// https://issues.dlang.org/show_bug.cgi?id=104
// fails only with -g

Foofunc f;
alias int Foo;
alias int function(Foo) Foofunc;