1C { dg-do compile }
2C { dg-options "-fd-lines-as-code" }
3C Verifies that column numbers are dealt with correctly when handling D lines.
4C234567890
5d     i = 0 ! this may not move to the left
6d    1  + 1 ! this should be a continuation line
7      goto 2345
8d23450continue ! statement labels are correctly identified
9      end
10
11