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