summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T7943.hs
blob: a1a99d508accb73ee6c6ec1b5ce7d8e08466e8b3 (plain)
1
2
3
4
module T7943 where

data Foo = A { bar :: String }
          | B String { bar :: String }