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