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