diff options
Diffstat (limited to 'test-suite/failure/ltac1.v')
-rw-r--r-- | test-suite/failure/ltac1.v | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/failure/ltac1.v b/test-suite/failure/ltac1.v new file mode 100644 index 00000000..d0256619 --- /dev/null +++ b/test-suite/failure/ltac1.v @@ -0,0 +1,5 @@ +(* Check all variables are different in a Context *) +Tactic Definition X := Match Context With [ x:?; x:? |- ? ] -> Apply x. +Goal True->True->True. +Intros. +X. |