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