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