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