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