resolve08.f90 195 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 ! RUN: %S/test_errors.sh %s %t %f18 integer :: g(10) f(i) = i + 1 ! statement function g(i) = i + 2 ! mis-parsed array assignment !ERROR: 'h' has not been declared as an array h(i) = i + 3 end