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