1 ! RUN: %python %S/test_errors.py %s %flang_fc1 -fimplicit-none-ext
3 integer :: f
, i
, arr(1) = [0]
5 !ERROR: 'y' is an external procedure without the EXTERNAL attribute in a scope with IMPLICIT NONE(EXTERNAL)
7 !ERROR: 'f' is an external procedure without the EXTERNAL attribute in a scope with IMPLICIT NONE(EXTERNAL)
10 !ERROR: 'z' is an external procedure without the EXTERNAL attribute in a scope with IMPLICIT NONE(EXTERNAL)
13 print *, arr(1) ! no error