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