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