summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_compile/T15570.hs
blob: 34164cf896a6621e226a65a3a22658440faf957b (plain)
1
2
3
4
5
{-# LANGUAGE MagicHash #-}
import GHC.Exts

main :: IO ()
main = print $ C# (indexCharOffAddr# "foo"# -9223372036854775808#)