1 ! RUN: %python %S/test_modfile.py %s %flang_fc1
2 ! Allow a generic spec that is not a name to be declared on an
3 ! accessibility control statement
5 public
:: assignment(=)
6 public
:: read(unformatted
)
7 public
:: operator(.eq
.)
8 public
:: operator(.smooth
.)
13 !interface assignment(=)
15 !interface read(unformatted)
17 !interface operator(.eq.)
19 !interface operator(.smooth.)