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