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