(root)/
gawk-5.2.2/
test/
functab2.awk
function foo()
{
	print "foo!"
}

BEGIN {
	FUNCTAB["a"] = "something"
}