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