summaryrefslogtreecommitdiff
path: root/test-suite/failure/Case13.v
blob: 994dfd205b1ba87d4dcbaa82199764f3aadee9e0 (plain)
1
2
3
4
5
6
7
Type
  (fun x : nat =>
   match x return nat with
   | S x as b => match x with
                 | x => S b x
                 end
   end).