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