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