(root)/
gawk-5.2.2/
test/
funsmnam.awk
function foo( \
	foo)
{
	print foo
}
{ foo() }