(set-logic QF_BV) (declare-fun x () (_ BitVec @)) (declare-fun y () (_ BitVec @)) (assert (distinct (bvadd x y) (bvadd y x))) (check-sat)