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