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