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