blob: 5c385577a27ab05e720c11b489114d635be6f2d9 [file] [log] [blame]
program negativeposition ! Tests that the refactoring fails with negative positions requested.
end program negativeposition
subroutine sub(z) !<<<<< 4, 1, 4, 5, integer; intent(in) :: y, -1, 0, fail-final
integer, intent(in) :: z
end subroutine