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