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