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