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