| ! RUN: %python %S/test_errors.py %s %flang_fc1 |
| !ERROR: IMPORT,NONE must be the only IMPORT statement in a scope |
| !ERROR: IMPORT,NONE must be the only IMPORT statement in a scope |
| !ERROR: IMPORT,ALL must be the only IMPORT statement in a scope |
| !ERROR: IMPORT,ALL must be the only IMPORT statement in a scope |
| !ERROR: IMPORT is not allowed in a module scoping unit |
| !ERROR: IMPORT,NONE is not allowed in a submodule scoping unit |
| !ERROR: IMPORT is not allowed in an external subprogram scoping unit |
| !ERROR: IMPORT is not allowed in a main program scoping unit |