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