Sign in
llvm
/
llvm-test-suite
/
refs/tags/llvmorg-19.1.2
/
.
/
Fortran
/
gfortran
/
regression
/
implicit_3.f90
blob: 830b8611a9f6817c3981f3f6b36fb333f82d1c06 [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
Verify
that
INTERFACEs
don
't inherit the implicit types of the
! surrounding namespace.
implicit complex (i-k)
interface
function f(k,l)
! k should be default INTEGER
dimension l(k)
end function f
end interface
end