13 lines
201 B
Text
Executable file
13 lines
201 B
Text
Executable file
# -*- perl -*-
|
|
use strict;
|
|
use warnings;
|
|
use tests::tests;
|
|
check_expected ([<<'EOF', <<'EOF']);
|
|
(open-null) begin
|
|
(open-null) end
|
|
open-null: exit(0)
|
|
EOF
|
|
(open-null) begin
|
|
open-null: exit(-1)
|
|
EOF
|
|
pass;
|