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