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