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