[project @ 1999-10-18 11:44:20 by kglynn]
[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