summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T7167.hs
blob: 78e6938ef5d76b8946ce19e6a8bc093fde64912f (plain)
1
2
3
4
5
{-# OPTIONS_GHC -fwarn-dodgy-imports #-}

module T7167 where

import Data.List hiding (foo)