1 ! RUN: %python %S/test_modfile.py %s %flang_fc1
2 ! Check correct modfile generation for type with private component.
18 !integer(4),private::j
21 !integer(4),private::j
28 ! Check correct modfile generation for type with private module procedure.
71 ! Test optional dummy procedure
76 logical recursive function f()
90 ! recursive function f()