1 ! RUN: %python %S/test_modfile.py %s %flang_fc1
2 ! Ensure that m2.mod explicitly USEs a generic interface from m1
3 ! so it can utilize its shadowed derived type.
13 function xzy(j
) result(res
)
14 integer, intent(in
) :: j
29 !function xzy(j) result(res)
30 !integer(4),intent(in)::j
38 function foo(j
) result(res
)
40 integer, intent(in
) :: j
49 !function foo(j) result(res)
51 !integer(4),intent(in)::j