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