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