brintos

brintos / llvm-project-archived public Read only

0
0
Text · 119 B · d53a1b9 Raw
6 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12! Simple check that if statements are ok.3 4IF (A > 0.0) A = LOG (A)5END6