xref: /freebsd/contrib/one-true-awk/testdir/t.getval (revision 833a452e9f082a7982a31c21f0da437dbbe0a39d)
1{ # tests various resetting of $1, $0, etc.
2
3	$1 = length($1) + length($2)
4	print $0 + 0
5
6}
7