(unchecked-inc x)
(defn unchecked-inc [x] (cljs.core/unchecked-inc x))
(core/defmacro ^::ana/numeric unchecked-inc ([x] `(inc ~x)))