summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/2810.v
blob: a66078c60ae8eac1165499b9385936d6020ad33b (plain)
1
2
3
4
5
6
7
8
9
10
Section foo.
  Variable A : Type.
  Let B := A.

  Hint Unfold B.

  Goal False.
    clear B. autounfold with core.
  Abort.
End foo.