summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_compile/rn043.hs
blob: e88e8426dff5069c9574545d3c92144eb0f72b3f (plain)
1
2
3
4
5
6
-- This one should succeed; M.x is unambiguous

module ShouldCompile (module M) where

 import Rn043_A as M 	-- x, M.x
 import Rn043_B  	-- x, Rn043_A.x