This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
2f870d3e18c230ce1adaa1df19a5d0c8e710b430
[perl5.git] / t / lib / sample-tests / die_last_minute
1 print <<DUMMY_TEST;
2 ok 1
3 ok 2
4 ok 3
5 ok 4
6 1..4
7 DUMMY_TEST
8
9 exit 1;