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