1! { dg-do compile }
2! PR34722 ICE: left-over "@iostat" variable polutes namespace
3program gamsanal
4implicit none
5character :: tmp
6integer iodict
7logical dicexist
8inquire(unit=iodict, exist=dicexist)
9end
10
11subroutine inventnames()
12implicit none
13end subroutine