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