summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/5717.v
blob: 1bfd917d250d196e3ac07845ce0eae0d655dc191 (plain)
1
2
3
4
5
Definition foo@{i} (A : Type@{i}) (l : list A) :=
  match l with
  | nil => nil
  | cons _ t => t
  end.