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