(root)/
gawk-5.2.2/
test/
callparam.awk
BEGIN { f() }

function f(	a, b)
{
	a = b()
}