summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail203a.hs
blob: fd5ccaefbba826fd8b1e95ee2be29079ab9952dd (plain)
1
2
3
4
5
6
7
8
9
10
-- trac #2806

{-# LANGUAGE MagicHash, UnboxedTuples, BangPatterns #-}

module Foo where

import GHC.Base

fail10 = 'a'
    where !(b, ~(c, (I# x))) = (True, (False, 5))