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

module T7167 where

import Data.List hiding (foo)