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