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