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