Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
charlen_14.f90
blob: a9607853891fe5bef0bc4a7e4d51eca0c9190c91 [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
PR fortran
/
69064
subroutine setup_check_path
(
path
)
!
{
dg
-
error
"has no IMPLICIT type"
}
implicit
none
character
(
len
=
path_len
),
intent
(
inout
)::
path
!
{
dg
-
error
"Scalar INTEGER expression"
}
end