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