aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/userprog/sc-boundary.ck
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/userprog/sc-boundary.ck')
-rw-r--r--src/tests/userprog/sc-boundary.ck9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tests/userprog/sc-boundary.ck b/src/tests/userprog/sc-boundary.ck
new file mode 100644
index 0000000..3f7cbaf
--- /dev/null
+++ b/src/tests/userprog/sc-boundary.ck
@@ -0,0 +1,9 @@
+# -*- perl -*-
+use strict;
+use warnings;
+use tests::tests;
+check_expected ([<<'EOF']);
+(sc-boundary) begin
+sc-boundary: exit(42)
+EOF
+pass;