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