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