blob: de084a3d9e7ffe9ffa0d8d5822b23d72a89816b5 [file] [log] [blame]
program validattributes ! Tests that valid attributes (intent(inout)) are allowed.
end program validattributes
subroutine sub(z) !<<<<< 4, 1, 4, 5, integer; intent(inout) :: y, 0, 0, pass
integer, intent(in) :: z
end subroutine