summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T9127.hs
blob: c8e827f888870ba5341d163f8169ba271b165d27 (plain)
1
2
3
4
5
{-# LANGUAGE BangPatterns #-}
module T9127 where

f = let !_ = 2 * 2
    in 2*2