summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T16114.hs
blob: ce891b5a2286d22427a244432665604610baa8f8 (plain)
1
2
3
4
module T16114 where

data T a
instance Eq a => Eq a => Eq (T a) where (==) = undefined