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