aboutsummaryrefslogtreecommitdiff
path: root/tests/run/t603.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/t603.check')
-rw-r--r--tests/run/t603.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/run/t603.check b/tests/run/t603.check
new file mode 100644
index 000000000..1f4082502
--- /dev/null
+++ b/tests/run/t603.check
@@ -0,0 +1,5 @@
+s = Susp(?)
+evaluating...
+s() = 3
+s = Susp(3)
+2 + s = 5