packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/T9975a.hs

{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE PatternSynonyms #-}
module T9975a where

data Test = Test { x :: Int }
pattern Test wat = Test { x = wat }