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