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