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