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