3 # This file is for concatenation tests that require test.pl.
5 # concat.t cannot use test.pl as it needs to avoid using concatenation in
16 fresh_perl_is <<'end', "ok\n", {},
18 map { "a" . $a } ((1)x5000);
21 "concat does not lose its stack pointer after utf8 upgrade [perl #78674]";