hindent-4.5.0: test/gibiansky/tests/43.test
test x
| x == 0 = 0
| otherwise = let foo y
| y == 0 = 0 -- comment one
| y == 0 = 1 -- comment two
| otherwise = 2 -- comment three
in bar x