aboutsummaryrefslogtreecommitdiffstats
path: root/test/assignnumfield2.awk
blob: 48b42db613620cd9f07d31246295e37dd89d1392 (plain)
1
2
3
4
BEGIN {
	$0 = 1
	print $1
}