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