1 ! RUN: %python %S/test_modfile.py %s %flang_fc1
2 ! Resolution of specification expression references to generic interfaces
3 ! that resolve to private specific functions.
11 pure
integer function priv(n
)
12 integer, intent(in
) :: n
23 !pure function priv(n)
24 !integer(4),intent(in)::n
39 !use m1,only:m1$m1$priv=>priv
43 !real(4)::a(1_8:int(m1$m1$priv(1_4),kind=8))