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