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