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