aboutsummaryrefslogtreecommitdiff
path: root/testdir/t.longstr
blob: d2dbeaaf178d5915ac226989705e1b9f60e2d485 (plain)
1
2
3
4
5
BEGIN{
x = "111111111122222222233333333334444444444555555555566666666667777777777888888888899999999990000000000"
printf "%s\n", x
exit
}