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