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