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