summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedrecflds/should_fail/NFS9156.hs
blob: 4cc1091cf26ace653207ec0a72bb71d0a8a2457c (plain)
1
2
3
4
{-# LANGUAGE NoFieldSelectors #-}
module NFS9156 where
data D = D1 { f1 :: Int }
       | D2 { f1, f1 :: Int }