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