summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod51.hs
blob: 7ec9d7bb8087ceba0d0ff1450c08de41fd836c4c (plain)
1
2
3
-- !!! Duplicate derived instance
module M where
data T = C deriving (Eq,Eq)