ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/overloadedrecfldsfail07.hs
-- Test type errors contain field names, not selector names
{-# LANGUAGE DuplicateRecordFields #-}
data T = MkT { x :: Int }
y = x x
main = return ()
-- Test type errors contain field names, not selector names
{-# LANGUAGE DuplicateRecordFields #-}
data T = MkT { x :: Int }
y = x x
main = return ()