(root)/
gawk-5.2.2/
test/
match2.awk
function f(a, b, c)
{
	print match("foo", "bar", f)
}

BEGIN { f(1, 2, 3) }