c6cd70cf1fef777907df0c1b29b0d97232bcd495
[ghc-hetmet.git] / ghc / tests / rename / should_compile / rn033.hs
1 -- !!! Checking that lazy name clashing work.
2 module ShouldSucceed where
3
4 import List ( sort )
5
6 ShouldSucceed.sort :: Int
7 ShouldSucceed.sort = 3
8