packages feed

ghc-exactprint-0.5.3.1: tests/examples/ghc80/T9975b.hs

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

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