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