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