This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add cygperl*.dll to packlist
[perl5.git] / t / lib / sample-tests / segfault
1 #!/usr/bin/perl
2
3 print "1..1\n";
4 print "ok 1\n";
5 kill 11, $$;