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