summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc185.hs
blob: e06550f63b557b083f4f6e089b2716edbfa48659 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE MagicHash, BangPatterns #-}

-- Killed GHC 6.3 HEAD

module Bug where
import GHC.Base

foo v = let !(I# x#) = 7 * 7 in "Forty-Two"