ghc-exactprint-0.5.6.0: tests/examples/ghc82/T11727.hs
{-# LANGUAGE PatternSynonyms #-}
module T11727 where
pattern A,B :: Int
pattern A = 5
pattern B = 5
{-# LANGUAGE PatternSynonyms #-}
module T11727 where
pattern A,B :: Int
pattern A = 5
pattern B = 5