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