4.3BSD-Reno/src/usr.bin/awk/test/t.for

{ for (i=1; i<=NF; i++)
	print i, $i
}