packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Hackage/happy-lib-negative-magic-hash-expression.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE MagicHash #-}
module A where

import GHC.Exts

-- Negative MagicHash literal in expression context.
-- GHC treats -42# as a single literal token, not negation applied to 42#.
x :: Int#
x = -42#