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