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