summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_compile/Rn042_A.hs
blob: ea19a1a3f8a829264237fbc81abb9e9f7b16c7dc (plain)
1
2
3
module Rn042_A( Type(..) ) where 

data Type a = Constr { field :: a }