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