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