aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/pragma/ModuleDeprecated.hs
{- ORACLE_TEST pass -}
module ModuleDeprecated {-# DEPRECATED "Use New.ModuleDeprecated instead" #-} where
deprecatedValue :: Int
deprecatedValue = 2
{- ORACLE_TEST pass -}
module ModuleDeprecated {-# DEPRECATED "Use New.ModuleDeprecated instead" #-} where
deprecatedValue :: Int
deprecatedValue = 2