xref: /src/contrib/one-true-awk/testdir/t.gsub3 (revision 8ccc0d235c226d84112561d453c49904398d085c)
1length($1) {gsub(substr($1,1,1),"(&)"); print}
2