summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_compile/rn037.hs
blob: 46de96fae5e98e84ac2acfd989225dbf8645632a (plain)
1
2
3
4
{-# OPTIONS -fwarn-unused-imports #-}
-- !!! test unused import warning
import Data.List
main = return () :: IO ()