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