summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod40.hs
blob: 5fc8a2e0f74fea3698dc58bd4533539a8a2bfaa8 (plain)
1
2
3
4
-- !!! Cyclic class hierarchy
module M where
class C2 a => C1 a where f :: a
class C1 a => C2 a where g :: a