Sign in
llvm
/
llvm-test-suite
/
refs/tags/llvmorg-19.1.2
/
.
/
Fortran
/
gfortran
/
regression
/
fimplicit_none_1.f90
blob: 997584e0b3d86ef9f41a685e0dd0587212e3c72f [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
{
dg
-
options
"-fimplicit-none"
}
subroutine s
(
n
)
!
{
dg
-
error
"has no IMPLICIT type"
}
character
(
n
)
::
c
!
{
dg
-
error
"Scalar INTEGER expression expected"
}
c
=
'c'
!
{
dg
-
error
"has no IMPLICIT type"
}
end