summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/4858.v
blob: a2fa93832ae776f7e472466cb717f624f473505d (plain)
1
2
3
4
5
6
7
Require Import Nsatz.
Goal True.
try nsatz_compute
 (PEc 0%Z :: PEc (-1)%Z
    :: PEpow (PEsub (PEX Z 2) (PEX Z 3)) 1
       :: PEsub (PEX Z 1) (PEX Z 1) :: nil).
Abort.