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