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