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