2016-07-30 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr71730.f90
blobf0d48c43e6f6c2f6b31e88378365db231b9b46a8
1 ! { dg-do compile }
2 subroutine foo
3 implicit none
4 character(len=bar) :: a ! { dg-error "Scalar INTEGER expression" }
5 end subroutine foo