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