diff options
Diffstat (limited to 'testsuite/compilable/pointer_subtraction.elna')
| -rw-r--r-- | testsuite/compilable/pointer_subtraction.elna | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/compilable/pointer_subtraction.elna b/testsuite/compilable/pointer_subtraction.elna index c268113..8dd1ff6 100644 --- a/testsuite/compilable/pointer_subtraction.elna +++ b/testsuite/compilable/pointer_subtraction.elna @@ -1,4 +1,4 @@ -proc test(a, b: ^Char): Int +proc test(a, b: ^Char) -> Int return a - b end. |
