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