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