blob: e200fa0fd7b43bbefa581b390de5f5b5e733881d [file] [log] [blame]
program dontsetvariabletype ! Tests that the default variable type is set to real
end program dontsetvariabletype
subroutine sub(y,z) !<<<<< 4, 1, 4, 5, intent(in) :: y, 0, 3, pass
real, intent(in) :: y
integer, intent(in) :: z
end subroutine