aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/StandaloneDeriving/standalone-deriving-forall.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE StandaloneDeriving #-}
module StandaloneDerivingForall where
class C a
deriving instance forall a. C a