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