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