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