ghc-exactprint-0.5.3.1: tests/examples/ghc80/overloadedrecfldsfail03.hs
-- Test that a top-level definition with the same name as a record
-- field is rejected
{-# LANGUAGE DuplicateRecordFields #-}
foo = True
data T = MkT { foo :: Int }
main = print foo