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

5 lines
72 B
Fortran

! Simple check that if statements are ok.
IF (A > 0.0) A = LOG (A)
END