1 ! RUN: %python %S/test_errors.py %s %flang_fc1
8 !ERROR: IMPORT,NONE must be the only IMPORT statement in a scope
13 !ERROR: IMPORT,NONE must be the only IMPORT statement in a scope
18 !ERROR: IMPORT,ALL must be the only IMPORT statement in a scope
23 !ERROR: IMPORT,ALL must be the only IMPORT statement in a scope
30 !ERROR: IMPORT is not allowed in a module scoping unit
39 !ERROR: IMPORT,NONE is not allowed in a submodule scoping unit
44 !ERROR: IMPORT is not allowed in an external subprogram scoping unit
54 !ERROR: IMPORT is not allowed in a main program scoping unit