diff options
Diffstat (limited to 'tests/example2.v')
| -rw-r--r-- | tests/example2.v | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/example2.v b/tests/example2.v index 5efbf90b34..ffdb723ffb 100644 --- a/tests/example2.v +++ b/tests/example2.v @@ -13,3 +13,9 @@ Proof. split with 0. split. Qed. + +Goal exists n, n = 0. +Proof. +let myvar := Std.NamedHyp @x in split with (?myvar := 0). +split. +Qed. |
