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