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