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