summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod162.hs
blob: 8164ac535491435af8ffd17629d2edabaddec2fa (plain)
1
2
3
4
5
6
-- !!! hiding a type (but not dcon of same name)
module M where

import Mod162_A hiding (T())

x = T