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