summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod44.hs
blob: f5b34cd50ed3d70867aaf7dc20aa7e4881770966 (plain)
1
2
3
4
5
-- !!! Repeated instance decl
module M where
data T = T Int
instance Eq T
instance Eq T