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