summaryrefslogtreecommitdiffstats
path: root/tests/userprog/exit.ck
diff options
context:
space:
mode:
Diffstat (limited to 'tests/userprog/exit.ck')
-rw-r--r--tests/userprog/exit.ck9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/userprog/exit.ck b/tests/userprog/exit.ck
new file mode 100644
index 0000000..a552702
--- /dev/null
+++ b/tests/userprog/exit.ck
@@ -0,0 +1,9 @@
1# -*- perl -*-
2use strict;
3use warnings;
4use tests::tests;
5check_expected ([<<'EOF']);
6(exit) begin
7exit: exit(57)
8EOF
9pass;