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