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