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