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