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