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