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