xref: /freebsd/contrib/one-true-awk/testdir/tt.03a (revision 63f537551380d2dab29fa402ad1269feae17e594)
1{ s += $3 }
2END { print s }
3