[LoopReroll] Add an extra defensive check to avoid SCEV assertion.
[llvm-project.git] / flang / test / Semantics / altreturn05.f90
blobad4f101cc14fd30680848c548bf49de10cd5c05e
1 ! RUN: %S/test_errors.sh %s %t %flang_fc1
2 ! REQUIRES: shell
3 ! Test extension: RETURN from main program
5 return !ok
6 !ERROR: RETURN with expression is only allowed in SUBROUTINE subprogram
7 return 0
8 end