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