10 lines
156 B
Text
Executable file
10 lines
156 B
Text
Executable file
# -*- perl -*-
|
|
use strict;
|
|
use warnings;
|
|
use tests::tests;
|
|
check_expected ([<<'EOF']);
|
|
(open-normal) begin
|
|
(open-normal) end
|
|
open-normal: exit(0)
|
|
EOF
|
|
pass;
|