(root)/
gawk-5.2.2/
test/
elemnew3.awk
BEGIN {
	f(a["b"])
	print typeof(a["b"])
}

function f(x)
{
	return x
}