blob: 08c07c039aa870ef96963a9a4b2460eaefee6e60 [file] [log] [blame]
! RUN: %S/test_errors.sh %s %t %f18
!ERROR: IF statement is not allowed in IF statement
IF (A > 0.0) IF (B < 0.0) A = LOG (A)
END