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