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