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