blob: 346c4325822ab243e8eb76056946b33df91f441a [file] [log] [blame]
program comment_surrounding_goto !<<<<<START
implicit none
integer anotherlabel
! before comment
assign 10000 to anotherlabel ! line comment
! after comment
! before comment
10000 goto anotherlabel ! line comment
! after comment
end program comment_surrounding_goto !<<<<<END