(root)/
gawk-5.2.2/
test/
mpfrstrtonum.awk
BEGIN {
	x = "011"
	print x+0	# trigger NUMCUR
	print strtonum(x)
}