;; now let's create a new function ;; that calls my-test14 twice ;; once normally ;; then we directly set the closures 'a' binding ;; then call again ;; (bind-func my-test15 (lambda (x:i32) (my-test14) (my-test14.a:i32 x) (my-test14)))