1! RUN: %S/test_errors.sh %s %t %flang_fc1
2! REQUIRES: shell
3! Simple check that if statements are ok.
4
5IF (A > 0.0) A = LOG (A)
6END
7