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