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