brintos

brintos / llvm-project-archived public Read only

0
0
Text · 402 B · 7605e2a Raw
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