ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/BIf.hs
main =
if 1 > 10
then do putStrLn "hello"
putStrLn "there"
else do putStrLn "blah"
putStrLn "blah"
main =
if 1 > 10
then do putStrLn "hello"
putStrLn "there"
else do putStrLn "blah"
putStrLn "blah"