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