Sign in
gnu
/
gcc
/
93ac832f1846e4867aa6537f76f510fab8e3e87d
/
.
/
gcc
/
testsuite
/
gfortran.fortran-torture
/
compile
/
emptyif-1.f90
blob: bdce67db9eabc7e6c63561bf6b85c0944ae77387 [
file
] [
log
] [
blame
]
program emptyif
implicit
none
integer i
,
K
(
4
)
if
(
K
(
i
)==
0
)
then
!
do
absolutely nothing
end
if
end
program