aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/filst/sc-bad-nr-3.ck
blob: 650f050c4b3f3e12cd11001aec41cc95ed2e4bbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected ([<<'EOF', <<'EOF']);
(sc-bad-nr-3) begin
sc-bad-nr-3: exit(-1)
EOF
(sc-bad-nr-3) begin
Executed an unknown system call!
Stack top + 0: -1
Stack top + 1: 0
sc-bad-nr-3: exit(-1)
EOF
pass;