14 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12module m13end4 5subroutine sub6end7 8use m19!ERROR: Cannot parse module file for module 'm2': Source file 'm2.mod' was not found10use m211!ERROR: 'sub' is not a module12use sub13end14