brintos

brintos / llvm-project-archived public Read only

0
0
Text · 199 B · 9ed9a7d Raw
8 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12! Functions cannot use alt return3 4REAL FUNCTION altreturn01(X)5! ERROR: RETURN with expression is only allowed in SUBROUTINE subprogram6  RETURN 17END8