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

data MyRecord = MyRecord { field :: String } 
  deriving (Show)