summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T13839a.hs
blob: 74235be147ae866b802cb971490b753d4661bd59 (plain)
1
2
3
4
5
6
7
8
9
10
{-# OPTIONS_GHC -Wall #-}

main :: IO ()
main = putStrLn used

used :: String
used = "T13839"

nonUsed :: ()
nonUsed = ()