summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T15798c.hs
blob: f3048eded5d885a4ed39277f50ffd4c49c8e3373 (plain)
1
2
3
4
5
6
{-# OPTIONS_GHC -Wmissing-deriving-strategies #-}

module T15798c () where

data Foo a = Foo a
  deriving (Eq)