summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod12.hs
blob: dcbacb67287cfab1a6cd21c9a6cd2c498720fa2c (plain)
1
2
3
4
5
-- !!! Correct class export
module M(C(m1,m2,m3)) where
class C a where
  m1 :: a
  m2, m3 :: a