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