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