xref: /llvm-project/flang/test/Semantics/if_stmt01.f90 (revision 6c1ac141d3c98af9738bc77fcb55602cbff7751f)
1! RUN: %python %S/test_errors.py %s %flang_fc1
2! Simple check that if statements are ok.
3
4IF (A > 0.0) A = LOG (A)
5END
6