ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/T9975b.hs
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE PatternSynonyms #-}
module T9975b where
data Test = Test { x :: Int }
pattern PTest wat = Test { x = wat }
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE PatternSynonyms #-}
module T9975b where
data Test = Test { x :: Int }
pattern PTest wat = Test { x = wat }