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