summaryrefslogtreecommitdiff
path: root/testsuite/tests/unboxedsums/T14051a.hs
blob: b88f70ea05532e3863958ecdec7883637f4edfa8 (plain)
1
2
3
4
5
6
{-# LANGUAGE UnboxedSums #-}

module T14051a where

func :: s -> (# Bool | Bool #)
func _ = (# True | #)