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