diff options
Diffstat (limited to 'test-suite/output/Match_subterm.v')
-rw-r--r-- | test-suite/output/Match_subterm.v | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/output/Match_subterm.v b/test-suite/output/Match_subterm.v new file mode 100644 index 00000000..2c44b187 --- /dev/null +++ b/test-suite/output/Match_subterm.v @@ -0,0 +1,6 @@ +Goal 0 = 1. +match goal with +| |- context [?v] => + idtac v ; fail +| _ => idtac 2 +end. |