brintos

brintos / llvm-project-archived public Read only

0
0
Text · 375 B · 8c3afbf Raw
15 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12interface a13  subroutine s14    interface a25      subroutine s26        !ERROR: Invalid specification expression: reference to local entity 'k'7        real x(k)8      end subroutine9    end interface10    !ERROR: Invalid specification expression: reference to local entity 'k'11    real y(k)12  end subroutine13end interface14end15