aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/DerivingVia/standalone.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE DerivingVia #-}
{-# LANGUAGE StandaloneDeriving #-}
module Standalone where
newtype MyInt = MyInt Int
deriving via Int instance Show MyInt{- ORACLE_TEST pass -}
{-# LANGUAGE DerivingVia #-}
{-# LANGUAGE StandaloneDeriving #-}
module Standalone where
newtype MyInt = MyInt Int
deriving via Int instance Show MyInt