summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/8106.v
blob: a711c5adefbc3381d3acfad63c098039344009bd (plain)
1
2
3
4
(* Was raising an anomaly "already assigned a level" on the second line *)

Notation "c1 ; c2" := (c1 + c2) (only printing, at level 76, right associativity, c1 at level 76, c2 at level 76).
Notation "c1 ; c2" := (c1 + c2) (only parsing, at level 76, right associativity, c2 at level 76).