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
[NFC][RISCV] Remove CFIIndex argument from allocateStack (#117871)
[llvm-project.git]
/
flang
/
test
/
Semantics
/
multi-programs02.f90
blob
33ac83312215a88df16d87e42e58650d9ff9382b
1
! RUN: %python %S/test_errors.py %s %flang_fc1
2
! Test the restriction in 5.2.2
3
4
program
m
5
end
6
!ERROR: A source file cannot contain more than one main program
7
end