summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T7338a.hs
blob: fac704c117ccb799d4db93a0216b7f001173931f (plain)
1
2
3
4
5
6
7
8
9
10
11
module T7338a where

a, b :: Int
a = undefined
b = undefined

c, a :: Int
c = undefined

c, d :: Int
d = undefined