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