(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
ddoc9497c.d
// EXTRA_SOURCES: extra-files/ddoc9497c.ddoc
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh

/**
    foo function.
    Args: $(XYZ arg1, arg2)
*/
void foo()
{
}