summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T2806.hs
blob: 6ada5d83fb1c134f7d300ea90693c080ea3d6b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

{-# LANGUAGE MagicHash #-}

-- Trac #2806

module Foo where

import GHC.Base

foo :: Int
foo = 3
    where (I# _x) = 4