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