1 ! RUN: %python %S/test_modfile.py %s %flang_fc1
2 ! Ensure that symbols and types needed to declare procedures and procedure pointers
3 ! are properly imported into interfaces.
12 procedure(type(t
)), pointer :: p2
14 function fun() result(res
)
16 procedure(subr
), pointer :: res
28 !subroutine subr(p1,p2)
32 !procedure(type(t)),pointer::p2
36 !function fun() result(res)
38 !procedure(subr),pointer::res