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