(root)/
gawk-5.2.2/
test/
stupid5.awk
BEGIN {
   print typeof(x)
   f(x)
}

function f(x) {
   y = x
   print typeof(x)
}