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