summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T8383.hs
blob: 44ef0feac89f403c8168684190513611679775d1 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE MagicHash #-}
module T8383 where
import GHC.Exts
f :: Int# -> Int#
f x = x
foo = print $ (tagToEnum# (f 0#) :: Bool)
bar = print $ (tagToEnum# (f 1#) :: Bool)