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