fortran-src-0.6.1: test-data/rewriter/replacementsmap-columnlimit/003_multiline.f
subroutine foo
integer aaaaa = 10
integer xxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxx = 10
if (aaaaa .eq. 0 .and. xxxxxxxxxxxxxxxxxxxxxxxxxx .eq. 9) call bar
end