summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/rn068.hs
blob: 83ed851ed8a6158f3a96d6063fc31cfcad5fc42b (plain)
1
2
3
4
5
module Foo where

data A = A1 { a, b :: Int }
       | A2 { a, b :: Int }
       | A3 { a, b :: Int }