aboutsummaryrefslogtreecommitdiffstats
path: root/other.sy
diff options
context:
space:
mode:
Diffstat (limited to 'other.sy')
-rw-r--r--other.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/other.sy b/other.sy
index d81cd6b..3651af5 100644
--- a/other.sy
+++ b/other.sy
@@ -5,5 +5,5 @@ f :: fn {
// answer := 42
g :: fn {
- ret 42
+ // ret answer
}