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