ormolu-0.8.1.1: data/examples/declaration/value/function/if-with-comment-above-branches-out.hs
foo =
if undefined
-- then comment
then undefined
-- else comment
else do
undefined
foo =
if undefined
-- then comment
then undefined
-- else comment
else do
undefined