summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_compile/rn023.hs
blob: 3522ff0ff49f0ef82358e7bb2c2f783c77fc3d26 (plain)
1
2
3
-- !! This one is fine in Haskell 1.4
--
module Foo ( Bar(..) ) where { data Bar = Bar X; data X = Y }