summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T9404.hs
blob: 4cb530a49226213a1dee59c2976229aade9c5d79 (plain)
1
2
3
4
5
6
{-# LANGUAGE UnboxedTuples #-}

module T9404 where

foo _ = case seq () (# #) of (# #) -> ()
foo2 _ = case () `seq` (# #) of (# #) -> ()