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