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.elna1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/compilable/opaque_type.elna b/testsuite/compilable/opaque_type.elna
index bdbf0d6..fdb2928 100644
--- a/testsuite/compilable/opaque_type.elna
+++ b/testsuite/compilable/opaque_type.elna
@@ -9,6 +9,7 @@ var
proc take(h: ^Handle) -> ^Handle
return h
+program()
begin
alias := take(handle)
end.