diff options
| -rw-r--r-- | test-suite/success/destruct.v | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/success/destruct.v b/test-suite/success/destruct.v new file mode 100644 index 0000000000..ca6b437d77 --- /dev/null +++ b/test-suite/success/destruct.v @@ -0,0 +1,7 @@ +(* Simplification of bug 711 *) + +Parameter f:true=false. +Goal let p=f in True. +Intro p. +LetTac b:=true. +NewDestruct b. |
