Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
initialization_28.f90
blob: f5330534a53224f494bc2caafb1cde3ac0670aef [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
!
PR fortran
/
50163
!
!
Contributed
by
Philip
Mason
!
character
(
len
=
2
)
::
xx
=
'aa'
integer
::
iloc
=
index
(
xx
,
'bb'
)
!
{
dg
-
error
"has not been declared or is a variable"
}
end