aboutsummaryrefslogtreecommitdiff
path: root/test-suite/micromega/evars_loops_in_8_10_fixed_8_11.v
blob: a53c160e453467da685d794c052fcb2790b4f58b (plain)
1
2
3
4
Require Import Lia.
Goal forall n (B: n >= 0), exists Goal1 Goal2 Goal3,
  (0 * (Goal1 * Goal2 + Goal1) <> Goal3 * 0 * (Goal1 * S Goal2)).
Proof. eexists _, _, _. Fail lia. Abort.