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