summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod53.hs
blob: c7291e43a77560d9ca4bd02678ec55f38e53ab87 (plain)
1
2
3
4
-- !!! Duplicate derived instance
module M where
class C a
data T = K deriving (C)