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