summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T14487A.hs
blob: e3e6fd758c6aa9ce3aad1eaea958a3dd7c1ca3c6 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE DuplicateRecordFields #-}

module T14487A where

data X = X {
    duplicateName :: Int
}