(root)/
gawk-5.2.2/
test/
stupid4.awk
BEGIN {
	test(someidentifier)
}


function test(a)
{
	print typeof(a)
	a
	print typeof(a)
}