aboutsummaryrefslogtreecommitdiff
path: root/testsuite/fail_compilation/local_var_exported.elna
blob: 307d34f263eb8fe60cbc423caa0c01a35b75c41e (plain)
1
2
3
4
5
6
proc test_local_export()
var
  v* : Int (* @Error Local symbols cannot be exported *)
return

end.