Sign in
llvm
/
llvm-test-suite
/
refs/heads/main
/
.
/
Fortran
/
gfortran
/
regression
/
interface_54.f90
blob: 98318cae8881c03c382ddcd509c5f04d53c8996d [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
PR
118884
-
this
used to be rejected due to confused
interface
!
checking
.
subroutine cget24
external cslect
logical cslect
call cgeesx
(
cslect
)
if
(
cslect
()
)
print
*,
"foo"
call cgeesx
(
cslect
)
end
subroutine cget24