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