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