blob: 4595fb568af650541508f320d57106756fda3752 [file] [log] [blame]
! { dg-do compile }
! PR34722 ICE: left-over "@iostat" variable polutes namespace
program gamsanal
implicit none
character :: tmp
integer iodict
logical dicexist
inquire(unit=iodict, exist=dicexist)
end
subroutine inventnames()
implicit none
end subroutine