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