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