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