summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/StrictBinds.hs
blob: bd951f96b188ad94410429a19f16aeb54073a386 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE MagicHash #-}

module StrictBinds where

import GHC.Exts

foo = let x = 3# +# y
          y = x in
      True