summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/rn046.hs
blob: ba469f3aec2b6e4628e08db9d17f12feecf0d6aa (plain)
1
2
3
4
5
6
module ShouldCompile where
import Data.List (nub) -- all unused
import Data.Char (ord, chr)  -- some unused

x = chr 42