summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3467.v
blob: 88ae030578e2df8997f6c809f992a4cb63aa7934 (plain)
1
2
3
4
5
6
Module foo.
  Notation x := ltac:(exact I).
End foo.
Module bar.
  Include foo.
End bar.