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