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