blob: 68f4ddabe97e33df61b3667bc968cf6b9eeb7217 (
plain)
1
2
3
4
5
6
7
8
|
c { dg-do compile }
* Test case Toon submitted, cut down to expose the one bug.
* Belongs in compile/.
SUBROUTINE INIERS1
IMPLICIT LOGICAL(L)
COMMON/COMIOD/ NHIERS1, LERS1
inquire(nhiers1, exist=lers1)
END
|