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