summaryrefslogtreecommitdiff
path: root/testsuite/tests/unboxedsums/T22187.hs
blob: 89ccfc2a6c86d129b74741616a1e6f8410449122 (plain)
1
2
3
4
5
6
{-# language MagicHash,UnboxedSums #-}
module T22187 where
import GHC.Exts

foo :: (# Int64X2# | () #) -> ()
foo _ = ()