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