summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod131.hs
blob: 64f7dd1eac9b951956879792f134b76e1f9550ce (plain)
1
2
3
4
5
-- !!! unqual name conflicts in export lists.  Should fail
module C ( Mod131_A.f, g, module Mod131_B ) where
import Mod131_B(f)
import qualified Mod131_A(f)
g = f