brintos

brintos / llvm-project-archived public Read only

0
0
Text · 227 B · e9ada06 Raw
8 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12integer :: g(10)3f(i) = i + 1  ! statement function4g(i) = i + 2  ! mis-parsed assignment5!ERROR: 'h' has not been declared as an array or pointer-valued function6h(i) = i + 37end8