2 ! Verify that the compiler accepts the various legal combinations of
3 ! using construct names.
5 ! The correct behavior of EXIT and CYCLE is already established in
6 ! the various DO related testcases, they're included here for
10 ! construct name is optional on else clauses
23 else if (i
== 0) then ic
27 else if (i
== 2) then ic
31 fa
: forall (i
=1:5, a(i
) > 0)