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