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