summaryrefslogtreecommitdiff
path: root/test-suite/failure/coqbugs0266.v
blob: 2ac6c4f0ebca8d0ee24922b8019bfed0ed127263 (plain)
1
2
3
4
5
6
7
(* It is forbidden to erase a variable (or a local def) that is used in
   the current goal. *)
Section S.
Local a:=O.
Definition b:=a.
Goal b=b.
Clear a.