summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/simpl-T1370.hs
blob: 7524f13bac34695c6090ae37949abcc126e62b28 (plain)
1
2
3
4
5
6
7

-- See Trac #1370
-- THis made GHC 6.6 diverge!

module ShouldCompile where

newtype T = V T deriving(Eq,Ord)