summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_fail/rnfail030.hs
blob: 23c54c8febdaaeb0c071f43016f3099c160d9d6f (plain)
1
2
3
-- !!! check that unqualified imports don't bring qualified names into scope
module ShouldFail ( Data.List.map ) where
import Data.List ()