llvm-project/flang/test/Semantics/if_stmt01.f90

6 lines
110 B
Fortran
Raw Normal View History

! RUN: %S/test_errors.sh %s %flang %t
! Simple check that if statements are ok.
IF (A > 0.0) A = LOG (A)
END