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