ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/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