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