Upgrade to base and fields 2.12, mostly by Michael G Schwern
[p5sagit/p5-mst-13.2.git] / t / lib / sample-tests / segfault
CommitLineData
a72fde19 1#!/usr/bin/perl
2
3print "1..1\n";
4print "ok 1\n";
5kill 11, $$;