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