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