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