;; this is NOT a standard C call site ;; so don't try calling this from C (bind-func xtlangClosure (let ((inc 0)) (lambda (x:i64) (set! inc (+ inc 1)) (+ x inc))))