blob: 07c2878dc9cb6a6e45807b1b042ffd60c6bf1eea [file] [log] [blame]
! RUN: %S/test_errors.sh %s %t %flang_fc1
! Simple check that if statements are ok.
IF (A > 0.0) A = LOG (A)
END