summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod124.hs
blob: 3fd26f0fb900e8eb8d61e4438011bcdca5fc258a (plain)
1
2
3
4
5
6
7
-- !!! hiding an entity T (where T is both a type and a dcon.)
module M where

import Mod124_A hiding (T)

x :: T
x = undefined