blob: 51552b8d201d0d67ccd5b40404e4aee2367b6ac7 [file] [log] [blame]
program & !<<<<<START
program
print *, &
"Hello"
end&
program program
subroutine s
integer :: i
do i = 3, 4
do j =&
5, 6
print *, i + j
end do
end&
do
end subroutine !<<<<<END