see test from Babashka `vars_test.cljc`: ``` (def ^:const x 10) (defn foo [] x) (def x 11) (foo) ```
see test from Babashka
vars_test.cljc: