diff options
| author | Maxime Dénès | 2016-07-07 13:48:20 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2016-07-08 10:45:36 +0200 |
| commit | 88f4ca3d1798fc28f230f749665bcf48597accc3 (patch) | |
| tree | 3b4e346e97727936ee5ac2d829fc17c12230a3ac /test-suite | |
| parent | 1ef6104cf043ec839059cddfe530a81418a3d474 (diff) | |
Test file for #4858.
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/bugs/closed/4858.v | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/4858.v b/test-suite/bugs/closed/4858.v new file mode 100644 index 0000000000..c04895a1bb --- /dev/null +++ b/test-suite/bugs/closed/4858.v @@ -0,0 +1,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. |
