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