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