summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/Mod139_B.hs
blob: 064a3e3034445560fcb561f43009ea8955a8c702 (plain)
1
2
3
4
5
module Mod139_B ( module A ) where

import Mod139_A as A hiding (C,Foo)