summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recomp008/A1.hs
blob: 224258034ab018d388c71ebb89d6f000eae08850 (plain)
1
2
3
4
5
6
7
8
module A (T,t) where

data T = T
t = T

instance Eq T where
  t1 == t2 = True