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