brintos

brintos / llvm-project-archived public Read only

0
0
Text · 262 B · 85a133d Raw
11 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12! Check calls with alt returns3 4       CALL TEST (N, *100, *200 )5       PRINT *,'Normal return'6       STOP7100    PRINT *,'First alternate return'8       STOP9200    PRINT *,'Secondnd alternate return'10       END11