summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/dodgy.hs
blob: ec18bbf8ec888319ff53b1ec157ea140bb329135 (plain)
1
2
3
4
{-# OPTIONS_GHC -fwarn-dodgy-imports #-}
module Dodgy where

import DodgyA (X(..))