summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/Mod126_A.hs
blob: 8c2d36491cd08fbf9c325599d86844ac4c912580 (plain)
1
2
3
4
5
6
module Mod126_A where

class T a where m1 :: a -> a

data T1 = T