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