aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/StandaloneDeriving/standalone-deriving-no-context.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE StandaloneDeriving #-}
module StandaloneDerivingNoContext where
data Pair = Pair Int Int
deriving instance Eq Pair
deriving instance Show Pair