4b533ecacb216e19b71877bc121cfb5b40d0254f
[ghc-hetmet.git] / ghc / tests / rename / should_compile / rn023.hs
1 --!! This one is fine in Haskell 1.4
2 --
3 module Foo ( Bar(..) ) where { data Bar = Bar X; data X = Y }