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
/
multi-programs06.f90
blob
ec7d12e93ad0fb74d2c058aa7621a498661adab8
1
! RUN: %python %S/test_errors.py %s %flang_fc1
2
! Test the restriction in 5.2.2
3
4
end
5
!ERROR: A source file cannot contain more than one main program
6
end
7
!ERROR: A source file cannot contain more than one main program
8
end