summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_fail/T2901.hs
blob: a703a5e53d0779ca17eb3b90cce680ce647427dd (plain)
1
2
3
4
5
6
{-# LANGUAGE DisambiguateRecordFields #-}
-- Trac #2901

module T2901 where

f = F.Foo { F.field = "" }