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