summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/T13256.hs
blob: f02886331d64bf4fbadd4a2c79dc48a9b0418930 (plain)
1
2
3
4
module T13256 where

v :: Int
v = (\x -> case (x :: Int) of 100000000000000000000000000000000 -> 0) 8 :: Int