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