2 ! Test the patch for PR36374 in which the different
3 ! symbols for 'foobar' would be incorrectly flagged as
4 ! ambiguous in foo_mod.
6 ! Contributed by Salvatore Filippone <sfilippone@uniroma2.it>
13 subroutine s_foobar(x
)
15 type(s_foo_type
), intent (inout
) :: x
16 end subroutine s_foobar
25 subroutine d_foobar(x
)
27 type(d_foo_type
), intent (inout
) :: x
28 end subroutine d_foobar
37 subroutine s_foobar(x
)
39 end subroutine s_foobar
40 ! { dg-final { cleanup-modules "s_foo_mod d_foo_mod foo_mod" } }