summaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/3467.v
blob: 900bfc34b37f1c1c4af5018a9707bd7c8ca9f13c (plain)
1
2
3
4
5
6
Module foo.
  Notation x := $(exact I)$.
End foo.
Module bar.
  Fail Include foo.
End bar.