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