blob: f0d48c43e6f6c2f6b31e88378365db231b9b46a8 [file] [log] [blame]
! { dg-do compile }
subroutine foo
implicit none
character(len=bar) :: a ! { dg-error "Scalar INTEGER expression" }
end subroutine foo