aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/4858.v
blob: c04895a1bb725de95203bb40345cf26647e3c620 (plain)
1
2
3
4
5
6
7
Require Import Nsatz.
Goal True.
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.