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