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