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