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