summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recomp008/A2.hs
blob: efc92073992f0ffc0f1ef18d406a946d48898caf (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 = False