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
[flang] Accept polymorphic component element in storage_size
[llvm-project.git]
/
flang
/
test
/
Parser
/
elseif-then.f90
blob
29ec164d548bee521b30d6f0979594297cb10cf6
1
! RUN: not %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s
2
! CHECK-NOT: expected '=>'
3
! CHECK: error: expected 'THEN'
4
if
(.
false
.)
then
5
else if
(.
false
.)
6
else
7
end if
8
end