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