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