aboutsummaryrefslogtreecommitdiff
path: root/testsuite/compilable/opaque_type.elna
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/compilable/opaque_type.elna')
-rw-r--r--testsuite/compilable/opaque_type.elna2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/compilable/opaque_type.elna b/testsuite/compilable/opaque_type.elna
index b46cf68..bdbf0d6 100644
--- a/testsuite/compilable/opaque_type.elna
+++ b/testsuite/compilable/opaque_type.elna
@@ -6,7 +6,7 @@ var
handle: ^Handle := nil
alias: ^Alias
-proc take(h: ^Handle): ^Handle
+proc take(h: ^Handle) -> ^Handle
return h
begin