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