summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3285.v
blob: 68e6b7386fae3bae71689ed35f6a85f85d9fa11b (plain)
1
2
3
4
5
6
7
Goal True.
Proof.
match goal with
  | _ => let x := constr:(ltac:(fail)) in idtac
  | _ => idtac
end.
Abort.