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