ref: aa1fc1c605dde3cc533e353a25343dd344ea4ba8 dir: /test/exportmain.myr/
use std pkg = const foo : (val:int -> int) ;; const foo = {val -> val } const main = { std.exit(foo(42)) }