HaRe-0.8.0.0: test/testdata/Case/Foo.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"