aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/declarations/pattern-synonym-negative-literal.hs
{- ORACLE_TEST pass -}
module PatternSynNegativeLiteral where
pattern GL_NEXT_BUFFER_NV = -2 :: GLenum
pattern GL_SKIP_COMPONENTS1_NV = -6 :: GLenum
pattern GL_SKIP_COMPONENTS2_NV = -5 :: GLenum
pattern GL_SKIP_COMPONENTS3_NV = -4 :: GLenum
pattern GL_SKIP_COMPONENTS4_NV = -3 :: GLenum