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