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