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