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