summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T14588.hs
blob: 2c011c873d63b6906247618504b2a8d2d3cc9455 (plain)
1
2
3
4
{-# LANGUAGE Haskell2010 #-}
module T14588 where

main = print (let !x = 1 + 2 in x)