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