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