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