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