blob: 88457cf0c1279b44dd590c4408c5187812f511ef [file] [log] [blame]
program basicarray ! Tests that arrays can be passed.
end program basicarray
subroutine sub(z) !<<<<< 4, 1, 4, 5, integer; intent(in); dimension(2) :: y, 0, (/ 2; 3 /), pass
integer, intent(in) :: z
end subroutine