(root)/
gawk-5.2.2/
test/
paramres.awk
BEGIN { foo() }

function foo(a, FS, q)
{
	print "a =", a
}