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