(root)/
gawk-5.2.2/
test/
inf-nan-torture.awk
{
	for (i = 1; i <= NF; i++)
		print i, $i, $i + 0
}