Break circular dependency between FIR dialect and utilities
[llvm-project.git] / flang / test / Semantics / if_stmt01.f90
blobd53a1b9290128b2f1d5175160b6792a805f244e5
1 ! RUN: %python %S/test_errors.py %s %flang_fc1
2 ! Simple check that if statements are ok.
4 IF (A > 0.0) A = LOG (A)
5 END