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