summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/Mod118_B.hs
blob: 21852215dac0f5d7597c23ce6543957b01247f64 (plain)
1
2
3
4
5
-- re-export all of C
module Mod118_B (C(..)) where

import Mod118_A hiding (C(m1))
import Mod118_A (C)