1 ! RUN: %python %S/test_errors.py %s %flang_fc1 -Werror
7 !WARNING: Reference to the procedure 'ext' has an implicit interface that is distinct from another reference: distinct numbers of dummy arguments
13 !WARNING: The global subprogram 'ext' is not compatible with its local procedure declaration (incompatible procedure attributes: ImplicitInterface)
19 !ERROR: Actual argument type 'REAL(4)' is not compatible with dummy argument type 'INTEGER(4)'