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