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