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