aihc-parser-1.0.0.4: test/Test/Fixtures/oracle/PatternSyntax/variable-leading-infix-declarations.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE GHC2021 #-}
module VariableLeadingInfixDeclarations where
a@_ + _ = []
b :+ _ = []
{- ORACLE_TEST pass -}
{-# LANGUAGE GHC2021 #-}
module VariableLeadingInfixDeclarations where
a@_ + _ = []
b :+ _ = []