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