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