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