blob: 33a52fb5ef224c3a1b06927003ff14babf43d466 [file] [log] [blame]
! { dg-do compile }
subroutine s1(x)
integer, intent(out) :: x
end
subroutine s2(z)
integer, value :: z
call s1(z)
end