brintos

brintos / llvm-project-archived public Read only

0
0
Text · 187 B · e61827f Raw
8 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12! Test extension: RETURN from main program3 4return !ok5!ERROR: RETURN with expression is only allowed in SUBROUTINE subprogram6return 07end8