lean4-htt/tests/lean/run/bv_unused.lean
2024-09-18 17:55:16 +00:00

11 lines
230 B
Text

import Std.Tactic.BVDecide
open BitVec
/--
error: The prover found a counterexample, consider the following assignment:
y = 0xffffffffffffffff#64
-/
#guard_msgs in
example {y : BitVec 64} : zeroExtend 32 y = 0 := by
bv_decide