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