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