aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/filst/sc-bad-exit.ck
blob: 1e6fa95e2bb90acab6fab50a2b292b3e73281957 (plain) (blame)
1
2
3
4
5
6
7
8
9
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected ([<<'EOF']);
(sc-bad-exit) begin
sc-bad-exit: exit(-1)
EOF
pass;