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