if_arith01.f90 148 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 ! RUN: %S/test_errors.sh %s %t %f18 ! Check that a basic arithmetic if compiles. if ( A ) 100, 200, 300 100 CONTINUE 200 CONTINUE 300 CONTINUE END