2 ! Tests the fix for PR32827, in which IMPORT :: my_type put the
3 ! symbol into the interface namespace, thereby generating an error
4 ! when the declaration of 'x' is compiled.
6 ! Contributed by Douglas Wells <sysmaint@contek.com>
8 subroutine func1(param
)
12 type(my_type
) :: param
16 subroutine func2(param
)
20 type(my_type
) :: param
29 subroutine func1(param
)
31 type(my_type
) :: param
35 subroutine func2(param
)
37 type(my_type
) :: param