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