xref: /freebsd/contrib/one-true-awk/testdir/t.longstr (revision c7996ddf8000cfb19a9e91a636f56747860d03d7)
1BEGIN{
2x = "111111111122222222233333333334444444444555555555566666666667777777777888888888899999999990000000000"
3printf "%s\n", x
4exit
5}
6