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