ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/IfThenElse3.hs
-- From http://lpaste.net/81623, courtesy of Albert Y. C. Lai
main = do
print 3
if True then do
print 5
else print 7
-- From http://lpaste.net/81623, courtesy of Albert Y. C. Lai
main = do
print 3
if True then do
print 5
else print 7