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