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