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