summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/rn055.hs
blob: d5ec280d4a63ac09d42db6da00f3cefb3810b120 (plain)
1
2
3
4
5
6
{-# OPTIONS_GHC -fwarn-implicit-prelude -fwarn-unused-imports #-}
module ShouldCompile where

-- !!! should produce warnings about implicitly imported Prelude
--     (but not about the implicit import being unused)