aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Hackage/happy-lib-negative-magic-hash-pattern.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE MagicHash #-}
module A where
import GHC.Exts
f :: Int# -> Int
f 0# = 0
f -1# = 1
f _ = 2
{- ORACLE_TEST pass -}
{-# LANGUAGE MagicHash #-}
module A where
import GHC.Exts
f :: Int# -> Int
f 0# = 0
f -1# = 1
f _ = 2