blob: 1153ad5876286dd98d886c46e6d52708621b0452 [file] [log] [blame]
! This is a Fortran file
! for testing
program p ! Yes, a program
integer, parameter :: TWENTY = 20 ! a constant
print *, "Kon'nichiwa, Photran refactoring engine!"
contains
subroutine q
end
! Subroutine comment
subroutine s(x) ! sub sub
real, intent(in) :: x ! This is x
print *, x ! Printing
end subroutine
subroutine r
end
end
subroutine t
end subroutine ! EOF comment