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