xref
: /
openbsd
/
gnu
/
usr.bin
/
perl
/
cpan
/
Test-Harness
/
t
/
sample-tests
/
segfault
(revision 898184e3)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
usr
/
bin
/
perl
2
3
print
"1..1\n"
;
4
print
"ok 1\n"
;
5
kill
11
, $
$;
6