blob: 37a8bf00b7830bd7fbccd2a1641df8f185b3674e [file] [log] [blame]
! This is a Fortran file
! for testing
program proggiedoggie ! 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