ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/IfThenElse2.hs
-- From http://lpaste.net/81623, courtesy of Albert Y. C. Lai main = if True then print 12 else print 42
-- From http://lpaste.net/81623, courtesy of Albert Y. C. Lai main = if True then print 12 else print 42