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