summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T16610.hs
blob: e8d4024381966336f46cad0d24c379190b98b9a1 (plain)
1
2
3
4
5
6
module T16610 where

data Foo = Foo
instance Eq Foo where
  {-# INLINE wrong #-}
  wrong _ = True