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