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