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