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
/
Semantics
/
if_arith01.f90
blob
a6714f29219ed241619febd057a9ab50828bf3f7
1
! RUN: %python %S/test_errors.py %s %flang_fc1
2
! Check that a basic arithmetic if compiles.
3
4
if
(
A
)
100
,
200
,
300
5
100
CONTINUE
6
200
CONTINUE
7
300
CONTINUE
8
END