From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#!/usr/bin/perl
print "1..1\n";
print "ok 1\n";
kill 'SEGV', $$;