Message-Id: <
C4D69F9F-FB90-4564-8C46-E51765EB0440@mac.com>
p4raw-id: //depot/perl@27656
$| = 1;
-print "1..1199\n";
+print "1..1200\n";
BEGIN {
chdir 't' if -d 't';
ok($f eq "ab", "pos retained between calls # TODO") or print "# $@\n";
}
-# last test 1199
+# Keep the following test last -- it may crash perl
+
+ok(("a" x (2**15 - 10)) =~ /^()(a|bb)*$/, "Recursive stack cracker: #24274")
+ or print "# Unexpected outcome: should pass or crash perl\n";
+
+# last test 1200