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