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