summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/4970.v
blob: 7a896582f5eba8c3b560ae57dc3bed35bfee6351 (plain)
1
2
3
(* Check "{{" is not confused with "{" in notations *)
Reserved Notation "x {{ y }}" (at level 40).
Notation "x {{ y }}" := (x y) (only parsing).