16 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc1 -pedantic2!ERROR: Some modules in this compilation unit form one or more cycles of dependence3module m14 use m25end6 7!PORTABILITY: A USE statement referencing module 'm2' appears earlier in this compilation unit8module m29 use m310end11 12!PORTABILITY: A USE statement referencing module 'm3' appears earlier in this compilation unit13module m314 use m115end16