summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T17853A.hs
blob: 0d757a5af337294b16f731126ae6fdfc65da4f94 (plain)
1
2
3
4
module T17853A where

data X = X { name :: String } deriving Show
data Y = Y { age :: Int } deriving Show