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