(root)/
gawk-5.2.2/
test/
uninit3.awk
function f(x){
	print x
}

BEGIN {
	f(x)
}