PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / d_lines_3.f
blob53b75addcb287eb322837a09689bc11d9a02a41c
1 C { dg-do compile }
2 C { dg-options "-fd-lines-as-code" }
3 C Verifies that column numbers are dealt with correctly when handling D lines.
4 C234567890
5 d i = 0 ! this may not move to the left
6 d 1 + 1 ! this should be a continuation line
7 goto 2345
8 d23450continue ! statement labels are correctly identified
9 end