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