repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Break circular dependency between FIR dialect and utilities
[llvm-project.git]
/
flang
/
test
/
Semantics
/
altreturn05.f90
blob
e61827f85c1c24ac83bc05b6988481910a3056a1
1
! RUN: %python %S/test_errors.py %s %flang_fc1
2
! Test extension: RETURN from main program
3
4
return
!ok
5
!ERROR: RETURN with expression is only allowed in SUBROUTINE subprogram
6
return
0
7
end