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