blob: d5b668ce3a93377ba7c69ee642465f759ecc8db8 [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