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