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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
108 B
Fortran
Raw Normal View History

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