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