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