10 lines
139 B
Text
10 lines
139 B
Text
|
# -*- perl -*-
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
use tests::tests;
|
||
|
check_expected ([<<'EOF']);
|
||
|
(create-null) begin
|
||
|
create-null: exit(-1)
|
||
|
EOF
|
||
|
pass;
|