-- From http://lpaste.net/81623, courtesy of Albert Y. C. Lai
main = do
  print 3
  if True then do
    print 5
    else print 7