[project @ 1999-09-16 17:38:12 by sof]
[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