summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T14588.hs
blob: 8a0bcecd7b05a19a534b2256c25247073a29a162 (plain)
1
2
3
module T14588 where

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