liquidhaskell-0.9.0.2.1: tests/errors/BadDataCon2.hs
{-@ LIQUID "--expect-error-containing=GHC and Liquid specifications have different numbers of fields for `BadDataCon2.Cuthb`" @-}
module BadDataCon2 where
{-@ data T = Cuthb { fldX :: Int, fldY :: Int } @-}
data T = Cuthb { fldX :: Int }