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