aboutsummaryrefslogtreecommitdiff
path: root/testsuite/compilable/pointer_subtraction.elna
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/compilable/pointer_subtraction.elna')
-rw-r--r--testsuite/compilable/pointer_subtraction.elna4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/compilable/pointer_subtraction.elna b/testsuite/compilable/pointer_subtraction.elna
index 400d4f1..c268113 100644
--- a/testsuite/compilable/pointer_subtraction.elna
+++ b/testsuite/compilable/pointer_subtraction.elna
@@ -1,4 +1,4 @@
proc test(a, b: ^Char): Int
- return a - b
-end
+return a - b
+
end.