altreturn01.f90 251 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 ! RUN: %S/test_errors.sh %s %t %f18 ! Check calls with alt returns CALL TEST (N, *100, *200 ) PRINT *,'Normal return' STOP 100 PRINT *,'First alternate return' STOP 200 PRINT *,'Secondnd alternate return' END