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
)
13 type(my_type
) :: param
17 subroutine func2(param
)
22 type(my_type
) :: param
32 subroutine func1(param
)
34 type(my_type
) :: param
38 subroutine func2(param
)
40 type(my_type
) :: param