1 ! RUN: %S/test_errors.sh %s %t %flang_fc1
9 module subroutine sub1(a
, b
)
11 real, intent(out
) :: b
13 logical module function f()
20 !ERROR: Left-hand side of assignment is not modifiable
23 !ERROR: No intrinsic or user-defined ASSIGNMENT(=) matches operand types REAL(4) and LOGICAL(4)
28 !ERROR: No intrinsic or user-defined ASSIGNMENT(=) matches operand types LOGICAL(4) and REAL(4)